Skip to content

Commit 92d5c76

Browse files
committed
Update list of Swift runtime libraries to be de-duplicated, so the autolink-extract tool doesn't repeat them over and over again (#76224)
1 parent 176f9fe commit 92d5c76

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lib/DriverTool/autolink_extract_main.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
228228
"-lswiftCore",
229229
"-lswift_Concurrency",
230230
"-lswift_StringProcessing",
231-
"-lswift_RegexBuilder",
231+
"-lswiftRegexBuilder",
232232
"-lswift_RegexParser",
233233
"-lswift_Backtracing",
234234
"-lswiftSynchronization",
@@ -250,12 +250,9 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
250250
"-lcurl",
251251
"-lxml2",
252252
"-luuid",
253+
"-lTesting",
253254
// XCTest runtime libs (must be first due to http://github.com/apple/swift-corelibs-xctest/issues/432)
254255
"-lXCTest",
255-
// ICU Swift runtime libs
256-
"-licui18nswift",
257-
"-licuucswift",
258-
"-licudataswift",
259256
// Common-use ordering-agnostic Linux system libs
260257
"-lm",
261258
"-lpthread",

0 commit comments

Comments
 (0)