[clang] 6d35634 - include REQUIRES guard to aarch64-neon-luti.c (#107217)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 4 03:58:11 PDT 2024
Author: Lukacma
Date: 2024-09-04T11:58:07+01:00
New Revision: 6d3563422ce6f431b837221932d32db4c9681fc5
URL: https://github.com/llvm/llvm-project/commit/6d3563422ce6f431b837221932d32db4c9681fc5
DIFF: https://github.com/llvm/llvm-project/commit/6d3563422ce6f431b837221932d32db4c9681fc5.diff
LOG: include REQUIRES guard to aarch64-neon-luti.c (#107217)
Added:
Modified:
clang/test/CodeGen/aarch64-neon-luti.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/aarch64-neon-luti.c b/clang/test/CodeGen/aarch64-neon-luti.c
index 72cb6bcdb40f08..40daf742eb966b 100644
--- a/clang/test/CodeGen/aarch64-neon-luti.c
+++ b/clang/test/CodeGen/aarch64-neon-luti.c
@@ -1,4 +1,5 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
+// REQUIRES: aarch64-registered-target
#include <arm_neon.h>
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +lut -target-feature +bf16 -O3 -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +lut -target-feature +bf16 -S -disable-O0-optnone -Werror -Wall -o /dev/null %s
More information about the cfe-commits
mailing list