Skip to content

Commit

Permalink
Add new Foundation libraries to SwiftRuntimeLibsOrdered (#76019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschonfeld authored Sep 3, 2024
1 parent 6ae54fe commit c069bd6
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 c069bd6

Please sign in to comment.