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.
5 lines
52 B
Fortran
5 lines
52 B
Fortran
subroutine libfun(x)
|
|
integer :: x
|
|
end subroutine
|
|
|