]> granicus.if.org Git - clang/commitdiff
Add libsupport to list of libraries to link into diagtool
authorTed Kremenek <kremenek@apple.com>
Tue, 9 Aug 2011 03:41:03 +0000 (03:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 9 Aug 2011 03:41:03 +0000 (03:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137110 91177308-0d34-0410-b5e6-96231b3b80d8

tools/diagtool/CMakeLists.txt

index e69c8e999478212cd1dc64141a72cc7aeacc060e..f1fd9de03be0ea5506e0ef69dbe845034f4aabaf 100644 (file)
@@ -1,3 +1,7 @@
+set( LLVM_LINK_COMPONENTS
+  support
+  )
+
 set( LLVM_USED_LIBS
   clangBasic
   clangLex