[lld] [llvm] [XCOFF] Display branch-absolute targets in hex. (PR #72532)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 06:28:25 PST 2023
================
@@ -0,0 +1,37 @@
+# RUN: llvm-objdump -d %p/Inputs/abs32.o | \
----------------
stephenpeckham wrote:
Thanks for the suggestion. It looks like obj2yaml has some bugs. The generated object files are not valid (I cannot run `ld -r t.o`). For the 64-bit testcase, llvm-objdump fails. I'll see what I can do.
https://github.com/llvm/llvm-project/pull/72532
More information about the llvm-commits
mailing list