summaryrefslogtreecommitdiff
path: root/unittests/VMCore
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-01-26 19:04:37 +0000
committerBob Wilson <bob.wilson@apple.com>2010-01-26 19:04:37 +0000
commit8dd0ab074a86ea5eaadfb970323ce133328a2860 (patch)
tree0a4e54fac18dead3dc51cfa043001d99def6e3b3 /unittests/VMCore
parentd044612489c567b9ba35dc0f6fa0d3b12d78bc59 (diff)
downloadllvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.tar.gz
llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.tar.bz2
llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.tar.xz
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.cpp5
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