Skip to content

Commit 3fd9fdf

Browse files
gwynneMaxDesiatov
authored andcommitted
Whoops. El smarty-pants over here forgot to put XCTest back where it goes after fixing ordering
1 parent f1411cf commit 3fd9fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/DriverTool/autolink_extract_main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
247247
// in most object files
248248

249249
std::vector<std::string> SwiftRuntimeLibsOrdered = {
250-
// XCTest runtime libs (must be first due to http://github.com/apple/swift-corelibs-xctest/issues/432)
251-
"-lXCTest",
252250
// Common Swift runtime libs
253251
"-lswiftSwiftOnoneSupport",
254252
"-lswiftCore",
@@ -272,6 +270,8 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
272270
"-lcurl",
273271
"-lxml2",
274272
"-luuid",
273+
// XCTest runtime libs (must be first due to http://github.com/apple/swift-corelibs-xctest/issues/432)
274+
"-lXCTest",
275275
// ICU Swift runtime libs
276276
"-licui18nswift",
277277
"-licuucswift",

0 commit comments

Comments
 (0)