ARMAsmPrinter::emitFunctionEntryLabel() was not calling the base class
function so the $local alias was not being emitted. This should not have
any function effect right now since ARM does not generate different code
for the $local symbols, but it could be improved in the future.
Details
Details
- Reviewers
MaskRay - Commits
- rG9a2b14afa02e: [ARM] Emit local aliases (.Lfoo$local) for functions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I could move https://reviews.llvm.org/D131432 first in the stack to test this or would you prefer a separate test?
Comment Actions
Pre-committing a test than push this with an updated test.
Or, push this with the new test.
The former is probably preferred.