[llvm] [XCOFF] Use RLDs to print branches even without -r (PR #74342)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 12:56:50 PST 2023
================
@@ -456,7 +456,7 @@ declare i32 @bar(i32)
; SYM-NEXT: ]
-; DIS: {{.*}}aix-xcoff-reloc.ll.tmp.o: file format aixcoff-rs6000
+; DIS: : file format aixcoff-rs6000
----------------
diggerlin wrote:
you can change to DIS: {{.*}} : file format aixcoff-rs6000.
https://github.com/llvm/llvm-project/pull/74342
More information about the llvm-commits
mailing list