[llvm] [XCOFF] Use RLDs to print branches even without -r (PR #74342)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 22:12:13 PST 2023


================
@@ -0,0 +1,62 @@
+; RUN: llc -mtriple=powerpc-ibm-aix-xcoff %s -filetype=obj -o %t
+; RUN: llvm-objdump %t -d --symbolize-operands --no-show-raw-insn \
----------------
EsmeYi wrote:

add the `-r` option?

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


More information about the llvm-commits mailing list