diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-07-30 11:50:53 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-07-30 12:17:42 +0200 |
commit | a4a0844248d4a68a866b9c4e18ae89fa49a83ec0 (patch) | |
tree | 614176221d6dfc4594e330eb8a358057cecd31ca /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 141b64a340a42ef59fe42f54faa91059ede44980 (diff) | |
download | llvm-a4a0844248d4a68a866b9c4e18ae89fa49a83ec0.zip llvm-a4a0844248d4a68a866b9c4e18ae89fa49a83ec0.tar.gz llvm-a4a0844248d4a68a866b9c4e18ae89fa49a83ec0.tar.bz2 |
[lldb] Don't use static locals for return value storage in some *AsCString functions
Let's just return a std::string to make this safe. formatv seemed overkill for formatting
the return values as they all just append an integer value to a constant string.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D84505
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions