Skip to content

Commit cf4c876

Browse files
author
kr-2003
committed
Removing extra arg from sharedMem
1 parent 268826a commit cf4c876

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Interpreter/IncrementalExecutor.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ IncrementalExecutor::getSymbolAddress(llvm::StringRef Name,
138138

139139
Expected<std::unique_ptr<llvm::jitlink::JITLinkMemoryManager>>
140140
createSharedMemoryManager(llvm::orc::SimpleRemoteEPC &SREPC,
141-
unsigned SlabAllocateSize,
142-
std::function<void()> CustomizeFork) {
141+
unsigned SlabAllocateSize) {
143142
llvm::orc::SharedMemoryMapper::SymbolAddrs SAs;
144143
if (auto Err = SREPC.getBootstrapSymbols(
145144
{{SAs.Instance,

0 commit comments

Comments
 (0)