================
@@ -0,0 +1,77 @@
+# RUN: llvm-mc --triple=aarch64-elf --filetype=obj < %s | llvm-objdump -d -r 
--symbolize-operands --no-show-raw-insn --no-leading-addr - | FileCheck %s 
--match-full-lines
----------------
jh7370 wrote:

Nit: let's split this line over multiple lines for readability.
```suggestion
# RUN: llvm-mc --triple=aarch64-elf --filetype=obj < %s | \
# RUN:   llvm-objdump -d -r --symbolize-operands --no-show-raw-insn 
--no-leading-addr - | \
# RUN:   FileCheck %s --match-full-lines
```

https://github.com/llvm/llvm-project/pull/145009
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to