[PATCH] LibDriver, llvm-lib: introduce.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jun 9 14:41:27 PDT 2015


On 9 June 2015 at 17:37, Eric Christopher <echristo at gmail.com> wrote:
>>
>> +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.

I am giving that a try.



More information about the llvm-commits mailing list