diff options
Diffstat (limited to 'llvm/lib/Target/ARM/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/ARM/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt index 66d015e2b3c..eff99c27e43 100644 --- a/llvm/lib/Target/ARM/CMakeLists.txt +++ b/llvm/lib/Target/ARM/CMakeLists.txt @@ -49,14 +49,6 @@ add_llvm_target(ARMCodeGen Thumb2SizeReduction.cpp ) -# workaround for hanging compilation on MSVC9, 10 -if( MSVC_VERSION EQUAL 1600 OR MSVC_VERSION EQUAL 1500 ) -set_property( - SOURCE ARMISelLowering.cpp - PROPERTY COMPILE_FLAGS "/Od" - ) -endif() - add_subdirectory(TargetInfo) add_subdirectory(AsmParser) add_subdirectory(Disassembler) |