Skip to content

Commit c458593

Browse files
gwynneMaxDesiatov
authored andcommitted
Workaround for XCTest buildsystem rpath bug
1 parent fb86eca commit c458593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/DriverTool/autolink_extract_main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
269269
{"-lcurl", false},
270270
{"-lxml2", false},
271271
{"-luuid", false},
272+
// XCTest runtime libs (due to an RPATH bug, this must come after Foundation)
273+
{"-lXCTest", false},
272274
// ICU Swift runtime libs
273275
{"-licui18nswift", false},
274276
{"-licuucswift", false},

0 commit comments

Comments
 (0)