aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
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/ExecutionEngine/JIT/JITEventListenerTest.cpp
parentd044612489c567b9ba35dc0f6fa0d3b12d78bc59 (diff)
downloadexternal_llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.zip
external_llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.tar.gz
external_llvm-8dd0ab074a86ea5eaadfb970323ce133328a2860.tar.bz2
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/ExecutionEngine/JIT/JITEventListenerTest.cpp')
-rw-r--r--unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
index c3bb858..a58a087 100644
--- a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
+++ b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
@@ -25,6 +25,7 @@ using namespace llvm;
int dummy;
+#if 0
namespace {
struct FunctionEmittedEvent {
@@ -237,3 +238,4 @@ testing::Environment* const jit_env =
testing::AddGlobalTestEnvironment(new JITEnvironment);
} // anonymous namespace
+#endif