This is a canonical way to teach objdump to print the target
symbols for branches when disassembling AArch64 code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
A nice little change with big benefits! One little nit (no need to reupload here after fixing, I think):
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | ||
---|---|---|
147 ↗ | (On Diff #139664) | This is UB for negative immediates (at least until C++20). Probably best as * 4. |