summaryrefslogtreecommitdiffstats
path: root/clang/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
commit98dd73d66c38e6efc12699462759160c6ccb2ae9 (patch)
treead63db94f2eed4a53a716e5bb3c437c93637a3b0 /clang/examples/PrintFunctionNames
parent3de6c8607e82d2da7373030a3dc73c8ca0f52ad4 (diff)
downloadbcm5719-llvm-98dd73d66c38e6efc12699462759160c6ccb2ae9.tar.gz
bcm5719-llvm-98dd73d66c38e6efc12699462759160c6ccb2ae9.zip
CMake: LLVM_NO_RTTI must be obsolete now!
llvm-svn: 125275
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r--clang/examples/PrintFunctionNames/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt
index edfbcb5ce17..d442ff9c6b3 100644
--- a/clang/examples/PrintFunctionNames/CMakeLists.txt
+++ b/clang/examples/PrintFunctionNames/CMakeLists.txt
@@ -1,7 +1,5 @@
set(MODULE TRUE)
-set(LLVM_NO_RTTI 1)
-
set( LLVM_USED_LIBS
clangFrontendTool
clangFrontend
OpenPOWER on IntegriCloud