diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-04-27 16:50:17 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-04-27 16:50:17 +0000 |
| commit | bac3a96389ea9dcd5e1db9e0518315b4e5d83f80 (patch) | |
| tree | 3a8e810491e4daf280238ce6fc92632e7748ef34 | |
| parent | 7f0ae15e9d1f7db9d016f10207ae1d427931a50c (diff) | |
| download | bcm5719-llvm-bac3a96389ea9dcd5e1db9e0518315b4e5d83f80.tar.gz bcm5719-llvm-bac3a96389ea9dcd5e1db9e0518315b4e5d83f80.zip | |
[find-all-symbols] Clean up dependencies, fixing cmake shared build.
llvm-svn: 267738
| -rw-r--r-- | clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt b/clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt index dd1db8def8d..91169d98cd9 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt +++ b/clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt @@ -3,11 +3,10 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..) add_clang_executable(find-all-symbols FindAllSymbolsMain.cpp) target_link_libraries(find-all-symbols + clangAST clangASTMatchers clangBasic - clangDynamicASTMatchers clangFrontend - clangQuery clangTooling findAllSymbols ) |

