File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
! executable and may find the GNU linker from MinGW or Cygwin.
30
30
! UNIX-LABEL: "{{.*}}ld{{(\.exe)?}}"
31
31
! 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
34
34
! UNIX-F128LIBQUADMATH-SAME: "-lflang_rt.quadmath" "--as-needed" "-lquadmath" "--no-as-needed"
35
35
! SOLARIS-F128LIBQUADMATH-SAME: "-lflang_rt.quadmath" "-z" "ignore" "-lquadmath" "-z" "record"
36
36
! UNIX-SAME: "-lflang_rt.runtime" "-lm"
37
37
! COMPILER-RT: "{{.*}}{{\\|/}}libclang_rt.builtins.a"
38
38
39
39
! BSD-LABEL: "{{.*}}ld{{(\.exe)?}}"
40
40
! 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
44
44
! BSD-SAME: -lexecinfo
45
45
46
46
! DARWIN-LABEL: "{{.*}}ld{{(\.exe)?}}"
You can’t perform that action at this time.
0 commit comments