summaryrefslogtreecommitdiffstats
path: root/tools/diagtool
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-08-09 03:41:03 +0000
committerTed Kremenek <kremenek@apple.com>2011-08-09 03:41:03 +0000
commit7eab9d33e27c291fc2f50b1027d5be6978ff80a3 (patch)
tree0a71f68ea7b02a334b8c3d603f9846ba244f8f06 /tools/diagtool
parent2dc651dfd4a4497c39b862e060200d6d58f5c4ec (diff)
Add libsupport to list of libraries to link into diagtool
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/diagtool')
-rw-r--r--tools/diagtool/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/diagtool/CMakeLists.txt b/tools/diagtool/CMakeLists.txt
index e69c8e9994..f1fd9de03b 100644
--- a/tools/diagtool/CMakeLists.txt
+++ b/tools/diagtool/CMakeLists.txt
@@ -1,3 +1,7 @@
+set( LLVM_LINK_COMPONENTS
+ support
+ )
+
set( LLVM_USED_LIBS
clangBasic
clangLex