================
@@ -1,2 +1,3 @@
if not config.target_triple:
config.unsupported = True
+config.pipefail = False
----------------
MaskRay wrote:
Use `not xxx | FileCheck` to avoid `config.pipefail`
https://github.com/llvm/llvm-project/pull/102211