================ @@ -0,0 +1,60 @@ +; RUN: llc --filetype=asm %s -o - | FileCheck %s ---------------- arsenm wrote:
```suggestion ; RUN: llc %s -o - | FileCheck %s ``` This is the default https://github.com/llvm/llvm-project/pull/198318 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
