We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9c97c commit d4d37d8Copy full SHA for d4d37d8
bolt/unittests/Profile/PerfSpeEvents.cpp
@@ -65,7 +65,7 @@ struct PerfSpeEventsTestHelper : public testing::Test {
65
BC = cantFail(BinaryContext::createBinaryContext(
66
ObjFile->makeTriple(), std::make_shared<orc::SymbolStringPool>(),
67
ObjFile->getFileName(), nullptr, /*IsPIC*/ false,
68
- DWARFContext::create(*ObjFile.get()), {llvm::outs(), llvm::errs()}));
+ DWARFContext::create(*ObjFile), {llvm::outs(), llvm::errs()}));
69
ASSERT_FALSE(!BC);
70
}
71
0 commit comments