We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c3615 commit fb945cfCopy full SHA for fb945cf
clang/test/CodeGenCoroutines/pr134409.cpp
@@ -1,6 +1,6 @@
1
// 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 - \
+// REQUIRES: x86-registered-target
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -std=c++23 -ffat-lto-objects -flto=thin -emit-llvm %s -O3 -o - \
4
// RUN: | FileCheck %s
5
6
#include "Inputs/coroutine.h"
0 commit comments