diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-01-26 19:04:37 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-01-26 19:04:37 +0000 |
commit | 9c71bb03f3d5f60612bd551f93b5c7ae3c216770 (patch) | |
tree | 7d7265b7d0642ce5b0b0c8db8d29775bdec83224 /llvm/unittests/VMCore/PassManagerTest.cpp | |
parent | 9ecd2f039fd5a6e1a27bc9b9a008a09261d21661 (diff) | |
download | bcm5719-llvm-9c71bb03f3d5f60612bd551f93b5c7ae3c216770.tar.gz bcm5719-llvm-9c71bb03f3d5f60612bd551f93b5c7ae3c216770.zip |
Revert 94484. Re-disable unittests that need RTTI.
llvm-svn: 94569
Diffstat (limited to 'llvm/unittests/VMCore/PassManagerTest.cpp')
-rw-r--r-- | llvm/unittests/VMCore/PassManagerTest.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/unittests/VMCore/PassManagerTest.cpp b/llvm/unittests/VMCore/PassManagerTest.cpp index cb8f9ebb939..092ce3d928b 100644 --- a/llvm/unittests/VMCore/PassManagerTest.cpp +++ b/llvm/unittests/VMCore/PassManagerTest.cpp @@ -32,6 +32,10 @@ #include "llvm/Assembly/PrintModulePass.h" #include "gtest/gtest.h" +int dummy; + +#if 0 + namespace llvm { namespace { // ND = no deps @@ -525,3 +529,4 @@ namespace llvm { } } +#endif |