This bug is also present in MSVC10. Requested by Elrood on IRC.

llvm-svn: 105527
This commit is contained in:
Duncan Sands
2010-06-05 12:40:43 +00:00
parent cb0f89a434
commit e4f45cc88f

View File

@@ -4,8 +4,8 @@ add_llvm_library(LLVMX86Disassembler
X86Disassembler.cpp
X86DisassemblerDecoder.c
)
# workaround for hanging compilation on MSVC9
if( MSVC_VERSION EQUAL 1500 )
# workaround for hanging compilation on MSVC9 and 10
if( MSVC_VERSION EQUAL 1500 OR MSVC_VERSION EQUAL 1600 )
set_property(
SOURCE X86Disassembler.cpp
PROPERTY COMPILE_FLAGS "/Od"