diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-10 09:15:32 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-10 09:15:32 +0000 |
commit | 886e1606c28e970bb288abf4dbc40feb16822a79 (patch) | |
tree | f88e11a275546e2c99192d684898b4e966a1fcd6 /examples | |
parent | af8ca37a7fa45bff84831706c6d85f9e5b4e1d15 (diff) |
CMake: LLVM_NO_RTTI must be obsolete now!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r-- | examples/PrintFunctionNames/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/clang-interpreter/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/wpa/CMakeLists.txt | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/examples/PrintFunctionNames/CMakeLists.txt b/examples/PrintFunctionNames/CMakeLists.txt index edfbcb5ce1..d442ff9c6b 100644 --- a/examples/PrintFunctionNames/CMakeLists.txt +++ b/examples/PrintFunctionNames/CMakeLists.txt @@ -1,7 +1,5 @@ set(MODULE TRUE) -set(LLVM_NO_RTTI 1) - set( LLVM_USED_LIBS clangFrontendTool clangFrontend diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt index 21c5afdc81..c8e907eeaa 100644 --- a/examples/clang-interpreter/CMakeLists.txt +++ b/examples/clang-interpreter/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - set(LLVM_USED_LIBS clangFrontend clangSerialization diff --git a/examples/wpa/CMakeLists.txt b/examples/wpa/CMakeLists.txt index e3aaf1d919..c997c69453 100644 --- a/examples/wpa/CMakeLists.txt +++ b/examples/wpa/CMakeLists.txt @@ -1,5 +1,3 @@ -set(LLVM_NO_RTTI 1) - set(LLVM_USED_LIBS clangIndex clangFrontend |