Really, really, really don't build llvm-pdbdump on MSVC < 2013.

There was a typo in the last attempt.

llvm-svn: 227937
This commit is contained in:
Andrew Kaylor 2015-02-03 03:08:25 +00:00
parent 3ea3b39319
commit d4b80b8e68

View File

@ -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(llbm-pdbdump)
ignore_llvm_tool_subdirectory(llvm-pdbdump)
endif()
if(NOT CYGWIN AND LLVM_ENABLE_PIC)