aboutsummaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-10 09:15:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-10 09:15:32 +0000
commit886e1606c28e970bb288abf4dbc40feb16822a79 (patch)
treef88e11a275546e2c99192d684898b4e966a1fcd6 /examples/PrintFunctionNames
parentaf8ca37a7fa45bff84831706c6d85f9e5b4e1d15 (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.txt2
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