================
@@ -1258,6 +1259,8 @@ static bool handleNonPreemptibleIfunc(Ctx &ctx, Symbol 
&sym, uint16_t flags) {
   sym.allocateAux(ctx);
   ctx.symAux.back().pltIdx = ctx.symAux[irelativeSym->auxIdx].pltIdx;
 
+  assert(!(flags & NEEDS_GOT_AUTH) &&
----------------
jrtc27 wrote:

I woke up feeling more charitable and felt I should do the right thing, so I've 
now pulled out #214456 and stacked this on top of it (albeit not in a way 
GitHub recognises, as this branch is in my fork)

https://github.com/llvm/llvm-project/pull/213452
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to