[PATCH] D135710: [lto] Do not try to internalize symbols with escaped name

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 16:18:02 PDT 2022


smeenai added a comment.

In D135710#3851010 <https://reviews.llvm.org/D135710#3851010>, @int3 wrote:

> `dropLLVMManglingEscape` drops the `\01` but doesn't drop the `_` prefix. I *think* this prefix is only used on Mach-O and not ELF?

It's also used on COFF for x86, if that's at all relevant here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135710/new/

https://reviews.llvm.org/D135710



More information about the llvm-commits mailing list