[clang] d5631d4 - Drop REQUIRES: arm-registered-target from an IR-only test
Alex Richardson via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 28 09:58:01 PDT 2021
Author: Alex Richardson
Date: 2021-09-28T17:57:36+01:00
New Revision: d5631d49d070116ba2e23baad1ecf5f4cc08e6d1
URL: https://github.com/llvm/llvm-project/commit/d5631d49d070116ba2e23baad1ecf5f4cc08e6d1
DIFF: https://github.com/llvm/llvm-project/commit/d5631d49d070116ba2e23baad1ecf5f4cc08e6d1.diff
LOG: Drop REQUIRES: arm-registered-target from an IR-only test
This works just fine even if the Arm backend is not built.
Added:
Modified:
clang/test/CodeGen/struct-init.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/struct-init.c b/clang/test/CodeGen/struct-init.c
index 30834acec736..cc88769801ef 100644
--- a/clang/test/CodeGen/struct-init.c
+++ b/clang/test/CodeGen/struct-init.c
@@ -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 {
More information about the cfe-commits
mailing list