Skip to content

Commit

Permalink
[flang][test] add check for OpenMP experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
everythingfunctional committed Oct 4, 2024
1 parent a35343f commit 811b6a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flang/test/Driver/fopenmp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@
!
! CHECK-LD-ANYMD: "{{.*}}ld{{(.exe)?}}"
! CHECK-LD-ANYMD: "-l{{(omp|gomp|iomp5md)}}"
!
! RUN: %flang -fopenmp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-EXPERIMENTAL
!
! CHECK-EXPERIMENTAL: flang{{.*}}: warning: OpenMP support in flang is still experimental

0 comments on commit 811b6a7

Please sign in to comment.