[lld] 0dd98e1 - Revert "[lld][flang] Add exceptions for Flang runtime libraries on MinGW."

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 03:19:30 PST 2023


Author: Martin Storsjö
Date: 2023-03-09T13:19:22+02:00
New Revision: 0dd98e1251a316769f121f9978cbba191b368df4

URL: https://github.com/llvm/llvm-project/commit/0dd98e1251a316769f121f9978cbba191b368df4
DIFF: https://github.com/llvm/llvm-project/commit/0dd98e1251a316769f121f9978cbba191b368df4.diff

LOG: Revert "[lld][flang] Add exceptions for Flang runtime libraries on MinGW."

This reverts commit 04fc67bf08daef5031f78c4a52a069ff29cff099.

The patch was applied with the wrong git author name (forgot to
amend in the right user name after applying the patch); I'll
reapply it with the right author name.

Added: 
    

Modified: 
    lld/COFF/MinGW.cpp

Removed: 
    


################################################################################
diff  --git a/lld/COFF/MinGW.cpp b/lld/COFF/MinGW.cpp
index 2b403635b478e..1212569285678 100644
--- a/lld/COFF/MinGW.cpp
+++ b/lld/COFF/MinGW.cpp
@@ -49,9 +49,6 @@ AutoExporter::AutoExporter(
       "libclang_rt.profile-x86_64",
       "libc++",
       "libc++abi",
-      "libFortran_main",
-      "libFortranRuntime",
-      "libFortranDecimal",
       "libunwind",
       "libmsvcrt",
       "libucrtbase",


        


More information about the llvm-commits mailing list