Issue 61455
Summary llvm-objdump does not print values for unknown instructions or relocations
Labels tools:llvm-objdump
Assignees
Reporter petrhosek
    When encountering unrecognized RISC-V instructions or relocations, llvm-objdump prints the following:

```
      8c: 5b e1 e5 4c 	<unknown>
			0000008c:  Unknown	.L19
```

It'd be more helpful if llvm-objdump output would include the underlying value. This is especially useful when the binary contains vendor extensions that are not recognized by upstream LLVM.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to