diff options
author | David Spickett <david.spickett@linaro.org> | 2025-02-03 14:40:30 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2025-02-03 14:43:15 +0000 |
commit | d906da5ead2764579395e5006c517f2ec9afd46f (patch) | |
tree | cd8d15e468fad094bf6dec541ae2da7fad746d24 /clang/lib/Analysis/ReachableCode.cpp | |
parent | 9216419843bcd2bf5b68053b5311c683073e55e1 (diff) | |
download | llvm-d906da5ead2764579395e5006c517f2ec9afd46f.zip llvm-d906da5ead2764579395e5006c517f2ec9afd46f.tar.gz llvm-d906da5ead2764579395e5006c517f2ec9afd46f.tar.bz2 |
[mlir] Fix build race condition in Pass Manager tests
That Linaro has been seeing on our dylib bot:
https://lab.llvm.org/staging/#/builders/171/builds/79
In file included from /home/tcwg-buildbot/worker/flang-aarch64-dylib/llvm-project/mlir/test/lib/Pass/TestPassManager.cpp:10:
/home/tcwg-buildbot/worker/flang-aarch64-dylib/llvm-project/mlir/test/lib/Pass/../Dialect/Test/TestOps.h:148:10: fatal error: 'TestOps.h.inc' file not found
148 | #include "TestOps.h.inc"
| ^~~~~~~~~~~~~~~
Reported in https://github.com/llvm/llvm-project/issues/124335 and
https://github.com/llvm/llvm-project/issues/124485.
I think this was caused by https://github.com/llvm/llvm-project/pull/123910,
and so I've followed what https://github.com/llvm/llvm-project/pull/125004 did,
which seems to be a follow up to that. Same kind of error.
I was not able to reproduce the failure locally, but dylib and
normal builds are ok with this change so I will push it and monitor
the bot's results for a few days.
Diffstat (limited to 'clang/lib/Analysis/ReachableCode.cpp')
0 files changed, 0 insertions, 0 deletions