summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/FrontendTool/CMakeLists.txt')
-rw-r--r--clang/lib/FrontendTool/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/FrontendTool/CMakeLists.txt b/clang/lib/FrontendTool/CMakeLists.txt
index 26c9fc7b510..09d9e3419dc 100644
--- a/clang/lib/FrontendTool/CMakeLists.txt
+++ b/clang/lib/FrontendTool/CMakeLists.txt
@@ -1,5 +1,8 @@
set(LLVM_NO_RTTI 1)
+set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen
+ clangChecker)
+
add_clang_library(clangFrontendTool
ExecuteCompilerInvocation.cpp
)
OpenPOWER on IntegriCloud