Skip to content

Commit daee0a9

Browse files
author
git apple-llvm automerger
committed
Merge commit 'af93db934491' from llvm.org/main into next
2 parents 5d1b8e6 + af93db9 commit daee0a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lld/COFF/MinGW.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ AutoExporter::AutoExporter(
5252
"libflang_rt.runtime",
5353
"libunwind",
5454
"libmsvcrt",
55+
"libmsvcrt-os",
5556
"libucrtbase",
57+
"libucrt",
58+
"libucrtapp",
59+
"libpthread",
60+
"libwinpthread",
5661
};
5762

5863
excludeObjects = {

0 commit comments

Comments
 (0)