[clang] [Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (PR #90672)

2024-04-30 Thread Wei Wang via cfe-commits
https://github.com/apolloww closed https://github.com/llvm/llvm-project/pull/90672 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (PR #90672)

2024-04-30 Thread Wei Wang via cfe-commits
apolloww wrote: > This test has been failing on bots for several hours now. Can we either get > this fix in or the original change reverted to get the bots back to green? > One failing bot is https://lab.llvm.org/buildbot/#/builders/280/builds/2876. sorry for the breakage, the same fix is

[clang] [Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (PR #90672)

2024-04-30 Thread via cfe-commits
dyung wrote: This test has been failing on bots for several hours now. Can we either get this fix in or the original change reverted to get the bots back to green? One failing bot is https://lab.llvm.org/buildbot/#/builders/280/builds/2876. https://github.com/llvm/llvm-project/pull/90672

[clang] [Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (PR #90672)

2024-04-30 Thread Wei Wang via cfe-commits
apolloww wrote: https://lab.llvm.org/buildbot/#/builders/188/builds/45187 ``` Error running ThinLTO backend: No available targets are compatible with triple "x86_64-unknown-linux" ``` https://github.com/llvm/llvm-project/pull/90672 ___ cfe-commits

[clang] [Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (PR #90672)

2024-04-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-coroutines Author: Wei Wang (apolloww) Changes Previous fix #90549 didn't completely address the Buildbot failures. Some target may not recognize the target triple. This time, only run the test under x86_64-linux. --- Full diff:

[clang] [Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (PR #90672)

2024-04-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Wei Wang (apolloww) Changes Previous fix #90549 didn't completely address the Buildbot failures. Some target may not recognize the target triple. This time, only run the test under x86_64-linux. --- Full diff:

[clang] [Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (PR #90672)

2024-04-30 Thread Wei Wang via cfe-commits
https://github.com/apolloww created https://github.com/llvm/llvm-project/pull/90672 Previous fix #90549 didn't completely address the Buildbot failures. Some target may not recognize the target triple. This time, only run the test under x86_64-linux. >From