Commits

Mark Lacey committed 5c696fda8bd
Make IR generation take an explicit LLVMContext. Prior to r13134, the modules being constructed for IRGen always used the LLVM global context due to <rdar://problem/15283227>, but the interface should really take this as a parameter rather than baking the behavior into IRGen. Swift SVN r13260