]> granicus.if.org Git - clang/commit
Re-use a single SmallString instance to reduce the stack frame size
authorDaniel Jasper <djasper@google.com>
Fri, 10 Jul 2015 08:25:54 +0000 (08:25 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 10 Jul 2015 08:25:54 +0000 (08:25 +0000)
commit2e8f7e942349025ec084b2a9797cd1e9b281b2dd
tree30a096a92fefe759e7367eba9255efbe05c09d8b
parent27b95a6f4a652db872c1140e3a8c1cdca01d8ba8
Re-use a single SmallString instance to reduce the stack frame size

In certain builds (msan), this can otherwise exceed the stack frame
limit set for certain environments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241894 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp