Commits

Sean Callanan committed afe416f9982
[stdlib] Make the stringForPrintObject function not inlined by default. Inlining it causes the lldb "po" command to generate a 50KB binary blob that needs to be injected into the target process. It is much faster to just call into the standard-library binary. <rdar://problem/27710066>