[Lldb-commits] [PATCH] Fix supported Architectures for PlatformWindows
David Majnemer
david.majnemer at gmail.com
Thu Jul 24 10:39:56 PDT 2014
================
Comment at: source/Plugins/Platform/Windows/PlatformWindows.cpp:47
@@ +46,3 @@
+ AddArch(ArchSpec("i386-pc-windows"));
+ AddArch(ArchSpec("i486sx-pc-windows"));
+ AddArch(ArchSpec("i486-pc-windows"));
----------------
This does not appear to be a valid triple, using it in clang gives the following:
error: unknown target triple 'i486sx-pc-windows-msvc', please use -triple or -arch
http://reviews.llvm.org/D4658
More information about the lldb-commits
mailing list