[NFC] Requires x86-registered-target for test/pr56919.cpp
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 5 Aug 2022 08:44:38 +0000 (16:44 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 5 Aug 2022 08:46:38 +0000 (16:46 +0800)
clang/test/CodeGenCoroutines/pr56919.cpp

index ecd9515..dd6df99 100644 (file)
@@ -1,4 +1,7 @@
 // Test for PR56919. Tests the destroy function contains the call to delete function only.
+//
+// REQUIRES: x86-registered-target
+//
 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -std=c++20 %s -O3 -S -o - | FileCheck %s
 
 #include "Inputs/coroutine.h"