[llvm] [RISCV] Basic Objdump Mapping Symbol Support (PR #151452)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 4 01:50:05 PDT 2025
================
@@ -104,6 +104,11 @@ Changes to the PowerPC Backend
Changes to the RISC-V Backend
-----------------------------
+* `llvm-objdump` now has basic support for switching between disassembling code
+ and data using mapping symbols such as `$x` and `$d`. Switching architectures
+ using `$x` with an architecture string suffix is not yet supported.
+
----------------
jh7370 wrote:
Minor nit: single blank line, please.
https://github.com/llvm/llvm-project/pull/151452
More information about the llvm-commits
mailing list