Skip to content

Commit

Permalink
[Flang][OpenMP] Fix run line w/ use mod_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jplehr committed Jan 21, 2025
1 parent 0eb7195 commit 549f111
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flang/test/Lower/OpenMP/Todo/allocate-clause-allocator.f90
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
! REQUIRES: openmp_runtime
! RUN: %not_todo_cmd %flang_fc1 -emit-llvm -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
! RUN: %not_todo_cmd %flang_fc1 -emit-llvm %openmp_flags -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s

! CHECK: not yet implemented: Unhandled clause allocate in omp.parallel
! CHECK: LLVM Translation failed for operation: omp.parallel
program p
!use omp_lib
integer(8),parameter::omp_default_mem_alloc=1_8
use omp_lib
integer :: x
integer :: a
integer :: i
Expand Down

0 comments on commit 549f111

Please sign in to comment.