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 2dba66b commit 794afe0Copy full SHA for 794afe0
llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
@@ -573,7 +573,6 @@ DLLImportDefinitionGenerator::createStubsGraph(const SymbolMap &Resolved) {
573
// Create __imp_ symbol
574
jitlink::Symbol &Ptr =
575
jitlink::x86_64::createAnonymousPointer(*G, Sec, &Target);
576
- auto name = getImpPrefix() + *KV.first;
577
Ptr.setName(G->intern((Twine(getImpPrefix()) + *KV.first).str()));
578
Ptr.setLinkage(jitlink::Linkage::Strong);
579
Ptr.setScope(jitlink::Scope::Default);
0 commit comments