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 bd2853f commit adaadbfCopy full SHA for adaadbf
llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
@@ -339,6 +339,9 @@ class MachOLinkGraphBuilder_x86_64 : public MachOLinkGraphBuilder {
339
assert(TargetSymbol && "No target symbol from parsePairRelocation?");
340
break;
341
}
342
+ case PCRel32TLV:
343
+ return make_error<JITLinkError>(
344
+ "MachO TLV relocations not yet supported");
345
default:
346
llvm_unreachable("Special relocation kind should not appear in "
347
"mach-o file");
0 commit comments