Unwind info generated by MSVC tends to have relocations pointing at
static "label" symbols like "$LN4" instead of regular ones based on
the actual function's name. Try to resolve such symbols to a non-label
symbol if possible (ideally to an external symbol), to improve
the readability.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp | ||
---|---|---|
297 | If we get the preferred symbol at every call site, should we just do it in one place here? |
If we get the preferred symbol at every call site, should we just do it in one place here?