[flang-commits] [flang] [Driver] Link Flang runtime on Solaris (PR #65644)
Rainer Orth via flang-commits
flang-commits at lists.llvm.org
Wed Oct 18 03:00:54 PDT 2023
================
@@ -21,12 +22,12 @@
! run on any other platform, such as Windows that use a .exe
! suffix. Clang's driver will try to resolve the path to the ld
! executable and may find the GNU linker from MinGW or Cygwin.
-! GNU-LABEL: "{{.*}}ld{{(\.exe)?}}"
-! GNU-SAME: "[[object_file]]"
-! GNU-SAME: -lFortran_main
-! GNU-SAME: -lFortranRuntime
-! GNU-SAME: -lFortranDecimal
-! GNU-SAME: -lm
+! UNIX-LABEL: "{{.*}}ld{{(\.exe)?}}"
+! UNIX-SAME: "[[object_file]]"
+! UNIX-SAME: -lFortran_main
----------------
rorth wrote:
Right: they fit nicely even with the double quotes. To avoid swamping the patch with unrelated changes, I've only adjusted the `UNIX` case.
https://github.com/llvm/llvm-project/pull/65644
More information about the flang-commits
mailing list