Drop REQUIRES: arm-registered-target from an IR-only test
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 22 Sep 2021 10:29:35 +0000 (11:29 +0100)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Tue, 28 Sep 2021 16:57:36 +0000 (17:57 +0100)
This works just fine even if the Arm backend is not built.

clang/test/CodeGen/struct-init.c

index 30834ac..cc88769 100644 (file)
@@ -1,5 +1,4 @@
-// REQUIRES: arm-registered-target
-// RUN: %clang_cc1 -S -triple armv7-apple-darwin -target-feature +neon %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple armv7-apple-darwin -target-feature +neon %s -emit-llvm -o - | FileCheck %s
 
 typedef struct _zend_ini_entry zend_ini_entry;
 struct _zend_ini_entry {