================ @@ -0,0 +1,13 @@ +# RUN: not llc -run-pass=none -o - %s 2>&1 | FileCheck %s --check-prefix=ERR ---------------- arsenm wrote: ```suggestion # RUN: not llc -run-pass=none -filetype=null %s 2>&1 | FileCheck %s --check-prefix=ERR ``` https://github.com/llvm/llvm-project/pull/110228