From 90e45e14286849e3362b405fe70499328563aed6 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 27 Feb 2018 11:22:21 -0800 Subject: [PATCH] utils: remove reference to swiftImageInspectionShared static library Even the name of this library shows that it is not a static library.... The static-stdlib-args.lnk file is generated by the gen-static-stdlib-link-args script. The previous change for SR-7038 (PR 14772) only fixed the reference in the static-executable-args.lnk file. rdar://problem/37710244 --- utils/gen-static-stdlib-link-args | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/gen-static-stdlib-link-args b/utils/gen-static-stdlib-link-args index 4609767fc256a..07368ff723ab3 100755 --- a/utils/gen-static-stdlib-link-args +++ b/utils/gen-static-stdlib-link-args @@ -64,7 +64,6 @@ function write_linkfile { -latomic -lswiftCore -latomic --lswiftImageInspectionShared $ICU_LIBS -Xlinker -export-dynamic