Skip to content

Commit

Permalink
Add new Foundation libraries to SwiftRuntimeLibsOrdered (swiftlang#76019
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jmschonfeld committed Sep 16, 2024
1 parent aaa632c commit d1a8812
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/DriverTool/autolink_extract_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,19 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
"-lswift_RegexBuilder",
"-lswift_RegexParser",
"-lswift_Backtracing",
"-lswiftSynchronization",
"-lswiftGlibc",
"-lBlocksRuntime",
// Dispatch-specific Swift runtime libs
"-ldispatch",
"-lDispatchStubs",
"-lswiftDispatch",
// CoreFoundation and Foundation Swift runtime libs
"-l_FoundationICU",
"-lCoreFoundation",
"-lFoundation",
"-lFoundationEssentials",
"-lFoundationInternationalization",
"-lFoundationNetworking",
"-lFoundationXML",
// Foundation support libs
Expand Down

0 comments on commit d1a8812

Please sign in to comment.