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 8f50006 commit afa26a0Copy full SHA for afa26a0
llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
@@ -125,7 +125,8 @@ class SpeculativeJIT {
125
ExitOnErr(CXXRuntimeoverrides.enable(MainJD, Mangle));
126
}
127
128
- static std::unique_ptr<SectionMemoryManager> createMemMgr() {
+ static std::unique_ptr<SectionMemoryManager>
129
+ createMemMgr(const MemoryBuffer &) {
130
return std::make_unique<SectionMemoryManager>();
131
132
0 commit comments