diff options
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r-- | clang/examples/PrintFunctionNames/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt index f16dd2b695b..ee451877c6c 100644 --- a/clang/examples/PrintFunctionNames/CMakeLists.txt +++ b/clang/examples/PrintFunctionNames/CMakeLists.txt @@ -10,8 +10,8 @@ set( LLVM_USED_LIBS clangCodeGen clangParse clangSema - clangGRCheckers - clangGRCore + clangEntoCheckers + clangEntoCore clangAnalysis clangIndex clangRewrite |