Skip to content

Commit 45795cd

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
2 parents 4c21fb9 + fb7bc11 commit 45795cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flang/test/Driver/linker-flags.f90

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
! executable and may find the GNU linker from MinGW or Cygwin.
3030
! UNIX-LABEL: "{{.*}}ld{{(\.exe)?}}"
3131
! UNIX-SAME: "[[object_file]]"
32-
! UNIX-F128NONE-NOT: libflang_rt.quadmath
33-
! SOLARIS-F128NONE-NOT: libflang_rt.quadmath
32+
! UNIX-F128NONE-NOT: lang_rt.quadmath
33+
! SOLARIS-F128NONE-NOT: flang_rt.quadmath
3434
! UNIX-F128LIBQUADMATH-SAME: "-lflang_rt.quadmath" "--as-needed" "-lquadmath" "--no-as-needed"
3535
! SOLARIS-F128LIBQUADMATH-SAME: "-lflang_rt.quadmath" "-z" "ignore" "-lquadmath" "-z" "record"
3636
! UNIX-SAME: "-lflang_rt.runtime" "-lm"
3737
! COMPILER-RT: "{{.*}}{{\\|/}}libclang_rt.builtins.a"
3838

3939
! BSD-LABEL: "{{.*}}ld{{(\.exe)?}}"
4040
! BSD-SAME: "[[object_file]]"
41-
! BSD-F128NONE-NOT: FortranFloat128Math
42-
! BSD-F128LIBQUADMATH-SAME: "-lFortranFloat128Math" "--as-needed" "-lquadmath" "--no-as-needed"
43-
! BSD-SAME: -lFortranRuntime
41+
! BSD-F128NONE-NOT: flang_rt.quadmath
42+
! BSD-F128LIBQUADMATH-SAME: "-lflang_rt.quadmath" "--as-needed" "-lquadmath" "--no-as-needed"
43+
! BSD-SAME: -lflang_rt.runtime
4444
! BSD-SAME: -lexecinfo
4545

4646
! DARWIN-LABEL: "{{.*}}ld{{(\.exe)?}}"

0 commit comments

Comments
 (0)