summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/StringSaver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-131-0/+19
StringSaver now always saves to a BumpPtrAllocator. The only reason for having the virtual saveImpl is so lld can have a thread safe version. The reason for the distinct BumpPtrStringSaver class is to avoid the virtual destructor. llvm-svn: 239669
OpenPOWER on IntegriCloud