================ @@ -0,0 +1,12 @@ +; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s ---------------- arsenm wrote:
```suggestion ; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/149260 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
