mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Programs using a statically linked build of the standard library need to explicitly link against icucore. There are various potential hacks^Wsolutions to this problem, and this is an attempt at a lesser of evils approach. Emit a linker directive to perform autolinking against icucore on Darwin systems. This allows us to avoid hacking the compiler driver and propagating that hack onto any build systems that don't go through the driver.
13 KiB
13 KiB