Skip to content

Commit b1b1bfa

Browse files
authored
[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.
1 parent 986f832 commit b1b1bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: x86_64-linux
12
// This tests that the coroutine elide optimization could happen succesfully with ThinLTO.
23
// This test is adapted from coro-elide.cpp and splits functions into two files.
34
//

0 commit comments

Comments
 (0)