[PATCH] D25257: Use StringRef in Option library instead of raw pointers (NFC)

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 16:35:41 PDT 2016


zturner added a comment.

I just had an idea.  Why not add an `llvm::StringPool` to the `Compilation`.  This would pretty much solve all ownership problems.


https://reviews.llvm.org/D25257





More information about the llvm-commits mailing list