Skip to content

Commit 4640246

Browse files
committed
Revert "[stdlib] Static stdlib requires explicit -licucore"
This reverts commit 0de2425.
1 parent 116b533 commit 4640246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,6 @@ toolchains::Darwin::constructInvocation(const LinkJobAction &job,
12401240
Arguments.push_back("-framework");
12411241
Arguments.push_back("Foundation");
12421242
Arguments.push_back("-force_load_swift_libs");
1243-
Arguments.push_back("-licucore");
12441243
} else {
12451244
Arguments.push_back(context.Args.MakeArgString(RuntimeLibPath));
12461245
}

0 commit comments

Comments
 (0)