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 f037e70 commit 3ee8c93Copy full SHA for 3ee8c93
llvm/lib/Frontend/Offloading/Utility.cpp
@@ -70,7 +70,7 @@ void offloading::emitOffloadingEntry(Module &M, Constant *Addr, StringRef Name,
70
getOffloadingEntryInitializer(M, Addr, Name, Size, Flags, Data);
71
72
StringRef Prefix =
73
- Triple.isNVPTX() ? "$omp_offloading$entry." : ".omp_offloading.entry.";
+ Triple.isNVPTX() ? "$omp_offloading$entry$" : ".omp_offloading.entry.";
74
auto *Entry = new GlobalVariable(
75
M, getEntryTy(M),
76
/*isConstant=*/true, GlobalValue::WeakAnyLinkage, EntryInitializer,
0 commit comments