Commits

Michael Gottesman committed c7c50031dfe
[build-script-impl][lto] When compiling swift/llvm with lto, pass LLVM_PARALLEL_LINK_JOBS to swift as well as llvm. The reason to do this is the same reason that we already pass in -DLLVM_ENABLE_LTO=YES to swift, to ensure that parts of our codebase that use the llvm build machinery (e.g. the unittests) do not use too many linker jobs given the memory constraints of a given machine. rdar://24717107