summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/CMakeLists.txt b/llvm/tools/CMakeLists.txt
index b496f5f27b7..30b12900035 100644
--- a/llvm/tools/CMakeLists.txt
+++ b/llvm/tools/CMakeLists.txt
@@ -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)
OpenPOWER on IntegriCloud