forked from OSchip/llvm-project
[OPENMP]Require aarch arch for the tests, NFC.
llvm-svn: 358493
This commit is contained in:
parent
930994ce14
commit
3e8124631e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue