mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Previously, the TSan runtime only required libdispatch on Darwin, which required no explicit linker flags, because libdispatch is always provided by the system (libSystem). Now, the TSan runtime also has a link-time dependency on libdispatch on Linux, where libdispatch (and the blocks runtime) is just another library. We therefore need to specify them as additonal linker options.
12 KiB
12 KiB