Fix supported architectures on PlatformWindows.
authorZachary Turner <zturner@google.com>
Mon, 28 Jul 2014 16:44:49 +0000 (16:44 +0000)
committerZachary Turner <zturner@google.com>
Mon, 28 Jul 2014 16:44:49 +0000 (16:44 +0000)
commitad587ae4ca143d388c0ec4ef2faa1b5eddedbf67
treede86d3fc9716f9768adc2102ba1cac9910068d4a
parent3b2065f0176db3573b30381575c1655dc42c8dfe
Fix supported architectures on PlatformWindows.

i386, i486, i486sx, and i686 are all indistinguishable as far as
PE/COFF files are concerned.  This patch adds support for all of
these architectures to PlatformWindows.

Differential Revision: http://reviews.llvm.org/D4658

llvm-svn: 214092
lldb/include/lldb/Core/ArchSpec.h
lldb/source/Core/ArchSpec.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp