Skip to content

Commit 116b533

Browse files
committed
Revert "[stdlib] Static linking test case"
This reverts commit f1a7c3d.
1 parent f1a7c3d commit 116b533

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,10 +1237,10 @@ toolchains::Darwin::constructInvocation(const LinkJobAction &job,
12371237
getRuntimeStaticLibraryPath(StaticRuntimeLibPath, context.Args, *this);
12381238
Arguments.push_back(context.Args.MakeArgString(StaticRuntimeLibPath));
12391239
Arguments.push_back("-lc++");
1240-
Arguments.push_back("-licucore");
12411240
Arguments.push_back("-framework");
12421241
Arguments.push_back("Foundation");
12431242
Arguments.push_back("-force_load_swift_libs");
1243+
Arguments.push_back("-licucore");
12441244
} else {
12451245
Arguments.push_back(context.Args.MakeArgString(RuntimeLibPath));
12461246
}

test/Driver/static-stdlib-icu.swift

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)