Files
clang-p2996/flang/test/Driver/Inputs/libfun.f90
Jan Leyonberg b75e7c61ff [flang] Add -mlink-builtin-bitcode option to fc1 (#94763)
This patch enables the -mlink-builtin-bitcode flag in fc1 so that
bitcode libraries can be linked in. This is needed for OpenMP offloading
libraries.
2024-06-17 09:31:15 -04:00

5 lines
52 B
Fortran

subroutine libfun(x)
integer :: x
end subroutine