Open
Description
Description
The Threading runtime library currently builds all of the threading runtimes into a single library, using macros inside of the files to mask out the contents of the source file resulting in the library containing several empty objects and a single object with actual content. While it "works", this is kind of gross. It would be better if the build selected the appropriate file and only built the one file.
swift/stdlib/public/Threading/CMakeLists.txt
Lines 4 to 13 in 3f8ffaa
Additional information
No response