Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRef, since...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Jun 2014 04:34:20 +0000 (04:34 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Jun 2014 04:34:20 +0000 (04:34 +0000)
commit42866518213d3fcecae28db443d42145e15e76fd
tree0c76b879e79beefd2b281bdfafbc7263ff0d0088
parent4669bd49a24e3006cfbc71455bf9dd421d676d7f
Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRef, since r211598 has introduced manipulation of return string.

llvm-svn: 211663
clang/lib/Driver/Tools.cpp