[PATCH] D32881: Read public symbol names for LazyObjectFiles in parallel.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 10:06:10 PDT 2017


> +
> +  // Since this function is called inside parallel_for,
> +  // we want to use a per-object allocator.
> +  StringSaver Saver(Alloc);

This is the saver, not the allocator. Maybe move the comment to the .h?

Cheers,
Rafael


More information about the llvm-commits mailing list