llvm-project
95685ca5 - [BOLT] Retain certain local symbols (#184074)

Commit
29 days ago
[BOLT] Retain certain local symbols (#184074) BOLT currently strips all STT_NOTYPE STB_LOCAL zero-sized symbols that fall inside function bodies. Certain such symbols are named labels (loop markers and subroutine entry points) or local function symbols in hand-written assembly. We now keep them in local symbol table in BOLT processed binaries for better symbolication.
Author
Parents
Loading