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 bab33e2 commit cf619e5Copy full SHA for cf619e5
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