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/PrintFunctionNames | |
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/PrintFunctionNames')
-rw-r--r-- | examples/PrintFunctionNames/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 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 |