mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
This bug is also present in MSVC10. Requested by Elrood on IRC.
llvm-svn: 105527
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user