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
- Build Status
Buildable 16404 Build 16404: arc lint + arc unit
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 | This is UB for negative immediates (at least until C++20). Probably best as * 4. |
This is UB for negative immediates (at least until C++20). Probably best as * 4.