[llvm] r255779 - Add RAII wrapper for gold plugin file management

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 13:15:53 PST 2015


Noticed this when I merged with my gold thinlto thread patch and fixed
there. Will commit this fix separately first tho.

Thanks,
Teresa

On Wed, Dec 16, 2015 at 1:14 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
>> +/// RAII wrapper to manage opening and releasing of a ld_plugin_input_file.
>> +struct PluginInputFile {
>> +  void *handle;
>
> Please use LLVM style for new code: Handle.
>
> Cheers,
> Rafael



-- 
Teresa Johnson | Software Engineer | tejohnson at google.com | 408-460-2413


More information about the llvm-commits mailing list