forked from OSchip/llvm-project
parent
1b935a88d5
commit
71e07869af
|
@ -4,11 +4,5 @@ add_llvm_library(LLVMAArch64Disassembler
|
|||
AArch64Disassembler.cpp
|
||||
AArch64ExternalSymbolizer.cpp
|
||||
)
|
||||
# workaround for hanging compilation on MSVC8, 9 and 10
|
||||
#if( MSVC_VERSION EQUAL 1400 OR MSVC_VERSION EQUAL 1500 OR MSVC_VERSION EQUAL 1600 )
|
||||
#set_property(
|
||||
# SOURCE ARMDisassembler.cpp
|
||||
# PROPERTY COMPILE_FLAGS "/Od"
|
||||
# )
|
||||
#endif()
|
||||
|
||||
add_dependencies(LLVMAArch64Disassembler AArch64CommonTableGen)
|
||||
|
|
Loading…
Reference in New Issue