mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
[Flang][OpenMP] Fix hardcoded library extension in tests (#162290)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
! REQUIRES: plugins, examples, shell
|
||||
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport.so -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport%pluginext -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
|
||||
! Check OpenMP 2.13.6 atomic Construct
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
! REQUIRES: plugins, examples, shell
|
||||
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport.so -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport%pluginext -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
|
||||
! Check OpenMP declarative directives
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
! REQUIRES: plugins, examples, shell
|
||||
|
||||
!RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport.so -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
!RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport%pluginext -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
|
||||
! Check OpenMP clause validity for the following directives:
|
||||
! 2.10 Device constructs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
! REQUIRES: plugins, examples, shell
|
||||
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport.so -plugin flang-omp-report -fopenmp -fopenmp-version=50 %s -o - | FileCheck %s
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport%pluginext -plugin flang-omp-report -fopenmp -fopenmp-version=50 %s -o - | FileCheck %s
|
||||
|
||||
! Check for IN_REDUCTION() clause on OpenMP constructs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
! REQUIRES: plugins, examples, shell
|
||||
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport.so -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport%pluginext -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
|
||||
subroutine sb(n)
|
||||
implicit none
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
! REQUIRES: plugins, examples, shell
|
||||
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport.so -plugin flang-omp-report -fopenmp -fopenmp-version=50 %s -o - | FileCheck %s
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport%pluginext -plugin flang-omp-report -fopenmp -fopenmp-version=50 %s -o - | FileCheck %s
|
||||
|
||||
! Check for ORDER([order-modifier :]concurrent) clause on OpenMP constructs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
! REQUIRES: plugins, examples, shell
|
||||
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport.so -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
! RUN: %flang_fc1 -load %llvmshlibdir/flangOmpReport%pluginext -plugin flang-omp-report -fopenmp %s -o - | FileCheck %s
|
||||
|
||||
subroutine omp_sections()
|
||||
integer :: x
|
||||
|
||||
Reference in New Issue
Block a user