https://github.com/Lukacma created https://github.com/llvm/llvm-project/pull/107217
None >From 96dedc0b0b37ffc26313dd683c04179bbc751d9e Mon Sep 17 00:00:00 2001 From: Lukacma <marian.lu...@arm.com> Date: Wed, 4 Sep 2024 11:54:04 +0100 Subject: [PATCH] include REQUIRES guard to aarch64-neon-luti.c --- clang/test/CodeGen/aarch64-neon-luti.c | 1 + 1 file changed, 1 insertion(+) 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits