projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a35f2
)
Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 30 Aug 2012 16:22:26 +0000
(16:22 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 30 Aug 2012 16:22:26 +0000
(16:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162917
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/VMCore/CMakeLists.txt
b/lib/VMCore/CMakeLists.txt
index 6a20be6f343100a1ec5ef825450812915d837c0a..c17e79454ea334ca0782c7b5ecbd48b1874b2aac 100644
(file)
--- a/
lib/VMCore/CMakeLists.txt
+++ b/
lib/VMCore/CMakeLists.txt
@@
-42,7
+42,7
@@
add_llvm_library(LLVMCore
# Workaround: It takes over 20 minutes to compile with msvc10.
# FIXME: Suppressing optimizations to core libraries would not be good thing.
-if( MSVC_VERSION
EQUAL 16
00 )
+if( MSVC_VERSION
LESS 17
00 )
set_property(
SOURCE Function.cpp
PROPERTY COMPILE_FLAGS "/Og-"