================
@@ -4788,13 +4788,25 @@ void RewriteInstance::updateELFSymbolTable(
     if (!IsDynSym && shouldStrip(Symbol))
       continue;
 
+    Expected<StringRef> SymbolName = Symbol.getName(StringSection);
----------------
maksfb wrote:

Can we move the code that checks for special symbols here and skip function 
matching for them all together? Otherwise we are checking for the markers in 
several locations unnecessarily.

https://github.com/llvm/llvm-project/pull/92713
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to