[llvm-commits] [PATCH][System::Path] Add x86-64 COFF to IdentifyFileType
Rafael Espindola
espindola at google.com
Wed Sep 15 12:23:02 PDT 2010
On 14 September 2010 17:12, Michael Spencer <bigcheesegs at gmail.com> wrote:
> The attached patch adds x86-64 COFF to Path::IdentifyFileType. This patch is a
> prerequisite for the object file library I am writing, although makes
> sense in general.
Coff uses the same magic for all objecs (relocatable, libs and executables)?
I think this is fine anyway. Can you just add a comment saying it is
x86-64 windows? There are similar comments for the other windows
arches.
> - Michael Spencer
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
Cheers,
--
Rafael Ávila de Espíndola
More information about the llvm-commits
mailing list