================ @@ -0,0 +1,9 @@ +; RUN: not llc -march x86 < %s 2> %t +; RUN: FileCheck %s < %t ---------------- arsenm wrote: Don't use a temporary file ```suggestion ; RUN: not llc -march x86 < %s 2>&1 | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/86910