[llvm-branch-commits] [llvm] [llvm-objdump] Support --symbolize-operand on AArch64 (PR #145009)

James Henderson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 24 00:19:16 PDT 2025


================
@@ -1813,6 +1817,12 @@ void AArch64InstPrinter::printAdrAdrpLabel(const MCInst *MI, uint64_t Address,
                                            unsigned OpNum,
                                            const MCSubtargetInfo &STI,
                                            raw_ostream &O) {
+  // Do not print the numberic target address when symbolizing.
----------------
jh7370 wrote:

```suggestion
  // Do not print the numeric target address when symbolizing.
```

https://github.com/llvm/llvm-project/pull/145009


More information about the llvm-branch-commits mailing list