================ @@ -0,0 +1,37 @@ +; RUN: llc -O0 -mtriple=aarch64-linux-gnu -filetype=obj < %s \ +; RUN: | llvm-objdump -r - | FileCheck %s ---------------- DavidSpickett wrote:
indent the second line a bit so it's clear it's a continuation: ``` ; RUN: <more spaces> | llvm... ``` https://github.com/llvm/llvm-project/pull/146572 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits