[PATCH] D144653: do not collect CFI info on empty functions

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 11:53:26 PST 2023


maksfb added a comment.

Maybe the function body is marked as data leading to both llvm-objdump and BOLT to skipping instructions disassembly? Aarch64 has a special ABI that I'm not very familiar with. @yota9, do you know what's happening? Perhaps we should print constant islands in the function dump as well (unless we already do and I missed the code).


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

https://reviews.llvm.org/D144653



More information about the llvm-commits mailing list