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:
52288fa
)
Really, really, really don't build llvm-pdbdump on MSVC < 2013.
author
Andrew Kaylor
<andrew.kaylor@intel.com>
Tue, 3 Feb 2015 03:08:25 +0000
(
03:08
+0000)
committer
Andrew Kaylor
<andrew.kaylor@intel.com>
Tue, 3 Feb 2015 03:08:25 +0000
(
03:08
+0000)
There was a typo in the last attempt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227937
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tools/CMakeLists.txt
b/tools/CMakeLists.txt
index 30b12900035619d71052ebd9b6eccd56e3e975fc..26d2dfde931a09573a8ac9b007a51be367edee63 100644
(file)
--- a/
tools/CMakeLists.txt
+++ b/
tools/CMakeLists.txt
@@
-67,7
+67,7
@@
if(MSVC AND NOT(MSVC_VERSION LESS 1800))
# to drop support for MSVC 2012 soon, don't build this for MSVC < 2013.
add_llvm_tool_subdirectory(llvm-pdbdump)
else()
- ignore_llvm_tool_subdirectory(ll
b
m-pdbdump)
+ ignore_llvm_tool_subdirectory(ll
v
m-pdbdump)
endif()
if(NOT CYGWIN AND LLVM_ENABLE_PIC)