diff options
Diffstat (limited to 'clang/lib/FrontendTool')
| -rw-r--r-- | clang/lib/FrontendTool/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/CMakeLists.txt b/clang/lib/FrontendTool/CMakeLists.txt index 09d9e3419dc..cfd5fbda08d 100644 --- a/clang/lib/FrontendTool/CMakeLists.txt +++ b/clang/lib/FrontendTool/CMakeLists.txt @@ -1,7 +1,7 @@ set(LLVM_NO_RTTI 1) set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen - clangChecker) + clangGRCore) add_clang_library(clangFrontendTool ExecuteCompilerInvocation.cpp |

