mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -228,7 +228,7 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
|
|||||||
"-lswiftCore",
|
"-lswiftCore",
|
||||||
"-lswift_Concurrency",
|
"-lswift_Concurrency",
|
||||||
"-lswift_StringProcessing",
|
"-lswift_StringProcessing",
|
||||||
"-lswift_RegexBuilder",
|
"-lswiftRegexBuilder",
|
||||||
"-lswift_RegexParser",
|
"-lswift_RegexParser",
|
||||||
"-lswift_Backtracing",
|
"-lswift_Backtracing",
|
||||||
"-lswiftSynchronization",
|
"-lswiftSynchronization",
|
||||||
@@ -250,12 +250,9 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
|
|||||||
"-lcurl",
|
"-lcurl",
|
||||||
"-lxml2",
|
"-lxml2",
|
||||||
"-luuid",
|
"-luuid",
|
||||||
|
"-lTesting",
|
||||||
// XCTest runtime libs (must be first due to http://github.com/apple/swift-corelibs-xctest/issues/432)
|
// XCTest runtime libs (must be first due to http://github.com/apple/swift-corelibs-xctest/issues/432)
|
||||||
"-lXCTest",
|
"-lXCTest",
|
||||||
// ICU Swift runtime libs
|
|
||||||
"-licui18nswift",
|
|
||||||
"-licuucswift",
|
|
||||||
"-licudataswift",
|
|
||||||
// Common-use ordering-agnostic Linux system libs
|
// Common-use ordering-agnostic Linux system libs
|
||||||
"-lm",
|
"-lm",
|
||||||
"-lpthread",
|
"-lpthread",
|
||||||
|
|||||||
Reference in New Issue
Block a user