1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

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

I thought it was enough to just not add the tool subdirectory,
but apparently I need to explicitly mark it ignore.

llvm-svn: 227587
This commit is contained in:
Zachary Turner 2015-01-30 18:08:05 +00:00
parent 9a7f59f9ea
commit 53bc9a6edf

View File

@ -66,6 +66,8 @@ if(MSVC AND NOT(MSVC_VERSION LESS 1800))
# MSVC 2013 and higher. Since this is strictly a utility, and since we hope
# 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)
endif()
if(NOT CYGWIN AND LLVM_ENABLE_PIC)