summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-01-26 23:30:46 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-01-26 23:30:46 +0000
commit9815582faddd8d6a194472e02ce408018d8cacec (patch)
tree8ea09c43e1e6e940bd43f9ca39a00ce9397ca79c /unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
parent0c81e34a546698723aeb4bcab5c85bd0ba93299a (diff)
downloadllvm-9815582faddd8d6a194472e02ce408018d8cacec.tar.gz
llvm-9815582faddd8d6a194472e02ce408018d8cacec.tar.bz2
llvm-9815582faddd8d6a194472e02ce408018d8cacec.tar.xz
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
broken by setting CXXFLAGS on the command line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp')
-rw-r--r--unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
index a58a0872a4..c3bb858975 100644
--- a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
+++ b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
@@ -25,7 +25,6 @@ using namespace llvm;
int dummy;
-#if 0
namespace {
struct FunctionEmittedEvent {
@@ -238,4 +237,3 @@ testing::Environment* const jit_env =
testing::AddGlobalTestEnvironment(new JITEnvironment);
} // anonymous namespace
-#endif