Commits

Daniel Dunbar committed 2d55da40b94
[Build] Use OutputByteStream for writing llbuild manifest. - This avoids the need to create a lot of unnecessary temporary strings. It isn't actually currently faster, because our module subdivision kills the optimizers ability to do the inlining that OutputByteStream expects... however, we hopefully will get features to annotate the important parts as inlineable.