[llvm-commits] [PATCH][System::Path] Add isObjectFile()
Rafael Espindola
espindola at google.com
Wed Sep 15 12:17:49 PDT 2010
So, do you consider "native object file" to include llvm bitcode
files, right? You should probably make this explicit. Using a switch
on the output of IdentifyFileType should accomplish that and also
produce a warning if anyone adds something else is added to
LLVMFileType.
Also, should this function returns true for core files?
Cheers,
--
Rafael Ávila de Espíndola
More information about the llvm-commits
mailing list