X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FExecutionEngine%2FJIT%2FJITEventListenerTestCommon.h;h=61220f545f9fa1c4dd9084fe45d5d0ba9a48790e;hp=7f6dad63e522337420fe2bbf362d96830a3ff127;hb=f4ccd110750a3f3fe6a107d5c74c649c2a0dc407;hpb=ca8b562f2d4d996d5198af537ad312e544da1172 diff --git a/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h b/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h index 7f6dad63e52..61220f545f9 100644 --- a/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h +++ b/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h @@ -53,8 +53,8 @@ inline const char* getFilename() { template class JITEventListenerTestBase : public testing::Test { protected: - llvm::OwningPtr MockWrapper; - llvm::OwningPtr Listener; + std::unique_ptr MockWrapper; + std::unique_ptr Listener; public: llvm::Module* M;