Skip to content

Commit be6fc00

Browse files
committed
[AArch64] Add REQUIRES: aarch64-registered-target to mixed-neon-types.c
Update the new test added in #126945
1 parent 832a7bb commit be6fc00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGen/AArch64/mixed-neon-types.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
22
// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -x c %s -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-C
33
// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -x c++ %s -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-CPP
4+
// REQUIRES: aarch64-registered-target
45

56
typedef __Uint32x4_t X;
67

0 commit comments

Comments
 (0)