bolt/deps/llvm-18.1.8/flang/test/Driver/emit-llvm-bc.f90

11 lines
297 B
Fortran
Raw Normal View History

2025-02-14 19:21:04 +01:00
! Test the options for generating LLVM byte-code `-emit-llvm-bc` option
! RUN: %flang -emit-llvm -c %s -o - | llvm-dis -o - | FileCheck %s
! RUN: %flang_fc1 -emit-llvm-bc %s -o - | llvm-dis -o - | FileCheck %s
! CHECK: define void @_QQmain()
! CHECK-NEXT: ret void
! CHECK-NEXT: }
end program