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 | 8dd0ab074a86ea5eaadfb970323ce133328a2860 (patch) | |
tree | 0a4e54fac18dead3dc51cfa043001d99def6e3b3 /unittests/VMCore | |
parent | d044612489c567b9ba35dc0f6fa0d3b12d78bc59 (diff) |
Revert 94484. Re-disable unittests that need RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore')
-rw-r--r-- | unittests/VMCore/PassManagerTest.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unittests/VMCore/PassManagerTest.cpp b/unittests/VMCore/PassManagerTest.cpp index cb8f9ebb93..092ce3d928 100644 --- a/unittests/VMCore/PassManagerTest.cpp +++ b/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 |