diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-12-23 07:22:02 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-12-23 07:22:02 +0000 |
commit | ef33f0996c6a625767690395f3cfb41afb84db5a (patch) | |
tree | e7d0e6ec23cdcb950b06d65a125b150aba35c7f0 /clang/examples/PrintFunctionNames | |
parent | 98857c986078c6e6a10910628dbabf75ae735b76 (diff) | |
download | bcm5719-llvm-ef33f0996c6a625767690395f3cfb41afb84db5a.tar.gz bcm5719-llvm-ef33f0996c6a625767690395f3cfb41afb84db5a.zip |
Rename headers: 'clang/GR' 'clang/EntoSA' and
update Makefile.
llvm-svn: 122493
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 |