Commits

Joe Groff committed 3e30cbcfefc
SILGen/IRGen: Don't emit top_level_code for libraries. If there's no script-mode file in a module, don't produce a top_level_code SILFunction for it, and don't consider emitting an LLVM global_ctor for it. We should never emit static constructors from user code anymore. Swift SVN r11644