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 eb9574d commit 1808556Copy full SHA for 1808556
llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
@@ -286,7 +286,6 @@ class LLVM_ABI MachOPlatform : public Platform {
286
// FIXME: ObjCImageInfos and HeaderAddrs need to be cleared when
287
// JITDylibs are removed.
288
DenseMap<JITDylib *, ObjCImageInfo> ObjCImageInfos;
289
- DenseMap<JITDylib *, ExecutorAddr> HeaderAddrs;
290
};
291
292
using GetJITDylibHeaderSendResultFn =
0 commit comments