OSDN Git Service

Remove memory corruption bug. string.c_str() was returning a temporary that was
authorNick Lewycky <nicholas@mxc.ca>
Tue, 28 Jul 2009 06:53:50 +0000 (06:53 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 28 Jul 2009 06:53:50 +0000 (06:53 +0000)
commitdb1e9981b829ba57651dd8e13c0a960fde773209
tree12c40c0f270b6bd9d0193ebfd97747c1dbff6384
parent542383d93b146e11a1d70c01f8afea8ea9f08eff
Remove memory corruption bug. string.c_str() was returning a temporary that was
dead before we used it.

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