aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2025-08-08 16:56:48 -0500
committerGitHub <noreply@github.com>2025-08-08 16:56:48 -0500
commit88b791593941e1a94499e58cb73a080b928c46d1 (patch)
treea6b7e5c07809e26bceea716c26ca4cad1ae19303 /clang/lib/CodeGen/CodeGenModule.cpp
parent246f92324f98f07a363909c6ef9e515b64a6f228 (diff)
downloadllvm-88b791593941e1a94499e58cb73a080b928c46d1.zip
llvm-88b791593941e1a94499e58cb73a080b928c46d1.tar.gz
llvm-88b791593941e1a94499e58cb73a080b928c46d1.tar.bz2
[mlir][linalg][test] Fix flaky test linalg-morph-multi-step.mlir (#152805)
This test runs `mlir-opt %s | mlir-opt %s | FileCheck` to test the round trip behavior, but the second command takes input from the pipe, not the lit test, so it should be `mlir-opt %s | mlir-opt | FileCheck`. For some reason I haven't figured out, this causes ~50% flakiness when testing in certain environments (not reproducible in my shell, but reproduces in an internal buildbot), due to the pipeline raising `SIGPIPE`. Test added in #148424.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions