[Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (#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.
This commit is contained in:
Wei Wang
2024-04-30 18:08:40 -07:00
committed by GitHub
parent 986f832cff
commit b1b1bfa7be

View File

@@ -1,3 +1,4 @@
// REQUIRES: x86_64-linux
// This tests that the coroutine elide optimization could happen succesfully with ThinLTO.
// This test is adapted from coro-elide.cpp and splits functions into two files.
//