[PATCH] Path: Recognize Windows compiled resource file.

Rui Ueyama ruiu at google.com
Tue Oct 15 15:27:08 PDT 2013


How about windows_resource?


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/bab81f71/attachment.html>


More information about the llvm-commits mailing list