Skip to content

Commit afa26a0

Browse files
committed
Fix build errors caused by 142930
1 parent 8f50006 commit afa26a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ class SpeculativeJIT {
125125
ExitOnErr(CXXRuntimeoverrides.enable(MainJD, Mangle));
126126
}
127127

128-
static std::unique_ptr<SectionMemoryManager> createMemMgr() {
128+
static std::unique_ptr<SectionMemoryManager>
129+
createMemMgr(const MemoryBuffer &) {
129130
return std::make_unique<SectionMemoryManager>();
130131
}
131132

0 commit comments

Comments
 (0)