Skip to content

Commit fb945cf

Browse files
committed
Restrict test to only target ELF
1 parent 80c3615 commit fb945cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGenCoroutines/pr134409.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// An end-to-end test to make sure coroutine passes are added for thinlto.
2-
3-
// RUN: %clang_cc1 -std=c++23 -ffat-lto-objects -flto=thin -emit-llvm %s -O3 -o - \
2+
// REQUIRES: x86-registered-target
3+
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -std=c++23 -ffat-lto-objects -flto=thin -emit-llvm %s -O3 -o - \
44
// RUN: | FileCheck %s
55

66
#include "Inputs/coroutine.h"

0 commit comments

Comments
 (0)