summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-01-27 01:52:46 +0000
committerReid Kleckner <rnk@google.com>2016-01-27 01:52:46 +0000
commit3e80c4af7bf8f0fa1f8c5cc4600d224d674dff09 (patch)
treec903b71c4ce4764c9be38f8275422167710d1982 /llvm/lib
parent192bdf884d69bf1910a1243def1e133ff7224fd7 (diff)
downloadbcm5719-llvm-3e80c4af7bf8f0fa1f8c5cc4600d224d674dff09.tar.gz
bcm5719-llvm-3e80c4af7bf8f0fa1f8c5cc4600d224d674dff09.zip
[cmake] Remove /Og- flag which was working around PR24785
With r258897, MSVC 2013 now successfully compiles Function.cpp. llvm-svn: 258899
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/IR/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 40b4ec65e22..45f7e31aa53 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -56,12 +56,4 @@ add_llvm_library(LLVMCore
${LLVM_MAIN_INCLUDE_DIR}/llvm/IR
)
-# PR24785: Workaround for hanging compilation.
-if( MSVC_VERSION EQUAL 1800)
- set_property(
- SOURCE Function.cpp
- PROPERTY COMPILE_FLAGS "/Og-"
- )
-endif()
-
add_dependencies(LLVMCore intrinsics_gen)
OpenPOWER on IntegriCloud