[PATCH] Path: Recognize Windows compiled resource file.

Michael Spencer bigcheesegs at gmail.com
Tue Oct 15 15:21:34 PDT 2013


  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



More information about the llvm-commits mailing list