mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 12:04:48 +00:00
Really, really, really don't build llvm-pdbdump on MSVC < 2013.
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
This commit is contained in:
parent
52288fa1e6
commit
4c76da87e2
@ -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.
|
# to drop support for MSVC 2012 soon, don't build this for MSVC < 2013.
|
||||||
add_llvm_tool_subdirectory(llvm-pdbdump)
|
add_llvm_tool_subdirectory(llvm-pdbdump)
|
||||||
else()
|
else()
|
||||||
ignore_llvm_tool_subdirectory(llbm-pdbdump)
|
ignore_llvm_tool_subdirectory(llvm-pdbdump)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CYGWIN AND LLVM_ENABLE_PIC)
|
if(NOT CYGWIN AND LLVM_ENABLE_PIC)
|
||||||
|
Loading…
Reference in New Issue
Block a user