[PATCH] Path: Recognize Windows compiled resource file.

Michael Spencer bigcheesegs at gmail.com
Tue Oct 15 15:31:33 PDT 2013


On Tue, Oct 15, 2013 at 3:27 PM, Rui Ueyama <ruiu at google.com> wrote:

> How about windows_resource?
>

Sure.

- Michael Spencer


>
>
> On Tue, Oct 15, 2013 at 3:21 PM, Michael Spencer <bigcheesegs at gmail.com>wrote:
>
>>
>>   Other than that it lgtm.
>>
>>
>> ================
>> Comment at: include/llvm/Support/FileSystem.h:242
>> @@ -242,1 +241,3 @@
>> +    pecoff_executable,        ///< PECOFF executable file
>> +    resource,                 ///< Windows compiled resource file (.rc)
>>    };
>> ----------------
>> I think this needs a better name. Resource is very generic.
>>
>>
>> http://llvm-reviews.chandlerc.com/D1943
>>
>> BRANCH
>>   master
>>
>> ARCANIST PROJECT
>>   llvm
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131015/25bbebe6/attachment.html>


More information about the llvm-commits mailing list