Revert r133516 "Remove some unnecessary uses of c_str()."
authorChad Rosier <mcrosier@apple.com>
Mon, 27 Jun 2011 22:54:29 +0000 (22:54 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 27 Jun 2011 22:54:29 +0000 (22:54 +0000)
commit26f448079f2dc070da637e346a0635ad3127df7d
tree1f0ab360d500fa02717b0ef3e555d09fc9302c2b
parent016c5829a5dacc3b28cb264b4b6d166552e3d568
Revert r133516 "Remove some unnecessary uses of c_str()."
This was causing compile-time failures for some of the Objc and Obj-C++
benchmarks.  The specific errors were of the form: "ld: duplicate symbol …"
rdar://9660124

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133955 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/LTOModule.cpp