[PATCH] D145389: [lld][flang] Add exceptions for Flang runtime libraries on MinGW.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 03:17:05 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG04fc67bf08da: [lld][flang] Add exceptions for Flang runtime libraries on MinGW. (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145389/new/

https://reviews.llvm.org/D145389

Files:
  lld/COFF/MinGW.cpp


Index: lld/COFF/MinGW.cpp
===================================================================
--- lld/COFF/MinGW.cpp
+++ lld/COFF/MinGW.cpp
@@ -49,6 +49,9 @@
       "libclang_rt.profile-x86_64",
       "libc++",
       "libc++abi",
+      "libFortran_main",
+      "libFortranRuntime",
+      "libFortranDecimal",
       "libunwind",
       "libmsvcrt",
       "libucrtbase",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145389.503714.patch
Type: text/x-patch
Size: 376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230309/bad11091/attachment.bin>


More information about the llvm-commits mailing list