]> granicus.if.org Git - clang/commitdiff
[OPENMP]Require aarch arch for the tests, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Apr 2019 14:26:10 +0000 (14:26 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Apr 2019 14:26:10 +0000 (14:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358493 91177308-0d34-0410-b5e6-96231b3b80d8

test/OpenMP/declare_simd_aarch64.c
test/OpenMP/declare_simd_aarch64.cpp
test/OpenMP/declare_simd_aarch64_complex.c
test/OpenMP/declare_simd_aarch64_fix.c
test/OpenMP/declare_simd_aarch64_sve.c
test/OpenMP/declare_simd_aarch64_warning_advsimd.c
test/OpenMP/declare_simd_aarch64_warning_sve.c

index 942c0e98b976fa533102c3e6d9e2ffe925dbd702..eff0eed07dfe14883e7532f6e44eba9380e2c39f 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: aarch64-registered-target
 // -fopemp and -fopenmp-simd behavior are expected to be the same.
 
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -fopenmp -x c -emit-llvm %s -o - -femit-all-decls | FileCheck %s --check-prefix=AARCH64
index ac7dd8523161bf8dda5a649643de17e2ff139c97..2cd6d3986fcc12ad92ab05aa001c3dfbbcbdd902 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: aarch64-registered-target
 // -fopemp and -fopenmp-simd behavior are expected to be the same.
 
 // RUN: %clang_cc1 -verify -triple aarch64-linux-gnu -target-feature +neon -fopenmp -x c++ -emit-llvm %s -o - -femit-all-decls -verify| FileCheck %s --check-prefix=ADVSIMD
index 97666b22aeca64e1b0c2084feca625f93f2666d2..d2bf1c585b8790b3ba2c367f58e269b82b7508a5 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -fopenmp -x c -std=c11 -emit-llvm %s -o - -femit-all-decls | FileCheck %s
 
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +sve -fopenmp -x c -std=c11 -emit-llvm %s -o - -femit-all-decls | FileCheck %s --check-prefix=SVE
index 29141f20b49d403508fd6e56cb5d69bfa7a5e2c4..87e39e524ba651fdc62dbb00bdf85b10675ea7ae 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: aarch64-registered-target
 // This test is making sure that no crash happens.
 
 // RUN: %clang -o - -fno-fast-math -S -target aarch64-linux-gnu \
index 7771dc65381806b78a7d28321b0928de7411a196..6c5dcead83d06d4f76caf71d6040668336537468 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: aarch64-registered-target
 // -fopemp and -fopenmp-simd behavior are expected to be the same
 
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +sve \
index 55dc960e21a25af1b92202a95ff9afb01c3ae283..594013d25b2804f0039ec04e813c3fc91e5c4d1a 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon  -fopenmp  %s -S  -o %t -verify
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon  -fopenmp-simd  %s -S  -o %t -verify
 
index 1ed432390cbc011a8826f23ff019e9819d97c621..0d66ce143c129d036fd5ffd553c8502f45cddf18 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +sve  -fopenmp  %s -S  -o %t -verify
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +sve  -fopenmp-simd  %s -S  -o %t -verify