[PATCH] LibDriver, llvm-lib: introduce.

Eric Christopher echristo at gmail.com
Tue Jun 9 14:37:33 PDT 2015


>
>
> +namespace {
> +class StrDupSaver : public cl::StringSaver {
> +  std::vector<char *> Dups;
> ----------------
> We really should just move the string saver that rui implemented to llvm
> and make it the one true string saver.
> At least add a fixme about that.
>
>
Given we do it all over clang as well it'd be nice, yes.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150609/97d924c1/attachment.html>


More information about the llvm-commits mailing list