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 9, 2024
1 parent 12c4645 commit f2e919b
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 f2e919b

Please sign in to comment.