[llvm] [XCOFF] Use RLDs to print branches even without -r (PR #74342)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 09:33:33 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
----------------
stephenpeckham wrote:
When the temporary object file name is encoded in the FileCheck patterns, you're prevented from running commands by hand during development. For example, I frequently create an object file first, then run
` llvm-objdump ... | FileCheck ...`
to see if the test passes.
https://github.com/llvm/llvm-project/pull/74342
More information about the llvm-commits
mailing list