Use std::string instead of StringRef when generating the auxiliar triple in the front...
authorSamuel Antao <sfantao@us.ibm.com>
Sat, 16 Jul 2016 00:15:56 +0000 (00:15 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Sat, 16 Jul 2016 00:15:56 +0000 (00:15 +0000)
commit2f7b339731367c9ed19a30bafb44d6b04ce91b63
tree8855672f755a4d561149ef98605aaefd552245f7
parent2fd32138efcfb035ba7a7f4957ba5525769c1228
Use std::string instead of StringRef when generating the auxiliar triple in the frontend tool.

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