Commits

Ben Langmuir committed 409cf4e71c2
Generate a separate .o file for the static target libraries This fixes the race to build the .o between the static and dynamic library builds (when using 'Unix Makefiles') and provides an obvious place to decide whether to generate PIC or not when building swift .a files if/when swift gets ported to a platform that doesn't use PIC everywhere. Swift SVN r20301