[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 29 13:46:14 PDT 2025
================
@@ -17,8 +17,19 @@
# name: The name of this test suite.
config.name = "LLVM"
+extra_substitutions = extra_substitutions = (
+ [
+ (r"\| not FileCheck .*", "| tee /dev/null"),
----------------
boomanaiden154 wrote:
`echo "test" 2>&1 > /dev/null` still works.
I still don't understand how `tee` helps with not polluting stdout.
https://github.com/llvm/llvm-project/pull/151214
More information about the llvm-branch-commits
mailing list