mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
41700b03da4a7e04d8889f17cb159926a53f32ff
This option puts a special symbol into the generated object files that other object files can reference to force the library to be loaded. The next commit will modify the way we serialize autolinking information so that importers of this module will always emit a reference to this symbol. This means the library will be linked into the final binary even if no other symbols are used (which happens for some of our overlays that just add category methods to Objective-C classes). Part of <rdar://problem/16829587> Swift SVN r17750
Description
The Swift Programming Language
Languages
C++
48.3%
Swift
47.3%
Python
1.7%
CMake
1.1%
C
0.7%
Other
0.8%