1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
Nick Kledzik d2da6e7c22 Fix layering StringRef copy using BumpPtrAllocator.
Now to copy a string into a BumpPtrAllocator and get a StringRef to the copy:

   StringRef myCopy = myStr.copy(myAllocator);
   

llvm-svn: 200885
2014-02-05 22:22:56 +00:00
..
2014-01-31 23:46:14 +00:00
2014-01-16 06:29:36 +00:00
2014-01-31 23:46:14 +00:00
2014-01-31 23:46:14 +00:00