diff options
author | Eric Liu <ioeric@google.com> | 2016-05-24 16:35:24 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2016-05-24 16:35:24 +0000 |
commit | 54b68779b27c24e431fe1c4cbcc39478c8b69bca (patch) | |
tree | 66589108089b335c17748b23e625c6d2ecf63a54 | |
parent | b64e4390a331bea44a719336c982e4d75b2fd786 (diff) | |
download | bcm5719-llvm-54b68779b27c24e431fe1c4cbcc39478c8b69bca.tar.gz bcm5719-llvm-54b68779b27c24e431fe1c4cbcc39478c8b69bca.zip |
[include-fixer][find-all-symbols] added missing dependencies.
llvm-svn: 270578
-rw-r--r-- | clang-tools-extra/include-fixer/find-all-symbols/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/include-fixer/find-all-symbols/CMakeLists.txt b/clang-tools-extra/include-fixer/find-all-symbols/CMakeLists.txt index c3b63f19001..bc2e49a081e 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/CMakeLists.txt +++ b/clang-tools-extra/include-fixer/find-all-symbols/CMakeLists.txt @@ -14,7 +14,9 @@ add_clang_library(findAllSymbols clangAST clangASTMatchers clangBasic + clangFrontend clangLex + clangTooling ) add_subdirectory(tool) |