[llvm-commits] [PATCH][System::Path] Add isObjectFile()
Michael Spencer
bigcheesegs at gmail.com
Tue Sep 14 14:06:20 PDT 2010
The attached patch adds isObjectFile() const; to Path. This patch is a
prerequisite for the object file library I am writing.
This implementation just checks to see if IdentifyFileType returns
anything other than Unknown_FileType, as it only currently recognizes
object files.
- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-System-Path-Add-isObjectFile.patch
Type: application/octet-stream
Size: 1673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100914/c70bbf59/attachment.obj>
More information about the llvm-commits
mailing list