diff options
| author | Ted Kremenek <kremenek@apple.com> | 2011-08-09 03:41:03 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2011-08-09 03:41:03 +0000 |
| commit | 5c8daf1ee16bca6fe4f7616ea405a79c501652e2 (patch) | |
| tree | fc3bd8da7764d0f19bea97596b9fc84ebe9793ee | |
| parent | f88d335ca7af009377d8effa7d674d43ada8e5e3 (diff) | |
| download | bcm5719-llvm-5c8daf1ee16bca6fe4f7616ea405a79c501652e2.tar.gz bcm5719-llvm-5c8daf1ee16bca6fe4f7616ea405a79c501652e2.zip | |
Add libsupport to list of libraries to link into diagtool
llvm-svn: 137110
| -rw-r--r-- | clang/tools/diagtool/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/tools/diagtool/CMakeLists.txt b/clang/tools/diagtool/CMakeLists.txt index e69c8e99947..f1fd9de03be 100644 --- a/clang/tools/diagtool/CMakeLists.txt +++ b/clang/tools/diagtool/CMakeLists.txt @@ -1,3 +1,7 @@ +set( LLVM_LINK_COMPONENTS + support + ) + set( LLVM_USED_LIBS clangBasic clangLex |

