mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp also on MSC15(aka VS9). Seems miscompiled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b95fc31aa2
commit
5c283e98c9
@ -62,8 +62,8 @@ add_llvm_library_dependencies(LLVMARMCodeGen
|
||||
LLVMTarget
|
||||
)
|
||||
|
||||
# workaround for hanging compilation on MSVC10
|
||||
if( MSVC_VERSION EQUAL 1600 )
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user