Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flang/test/Examples/omp-atomic.f90
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion flang/test/Examples/omp-declarative-directive.f90
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion flang/test/Examples/omp-device-constructs.f90
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion flang/test/Examples/omp-in-reduction-clause.f90
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion flang/test/Examples/omp-nowait.f90
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion flang/test/Examples/omp-order-clause.f90
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion flang/test/Examples/omp-sections.f90
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading