search for: fb0628a4

Displaying 3 results from an estimated 3 matches for "fb0628a4".

2008 Jun 26
0
[LLVMdev] [PATCH] Mach-O Identify File Type
On Jun 25, 2008, at 4:59 PM, Jean-Daniel Dupas wrote: > An improved Mach-O file type detection for sys::IdentifyFileType() Odd, your message doesn't verify.
2008 Jun 26
2
[LLVMdev] [PATCH] Mach-O Identify File Type
...du > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2427 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080626/fb0628a4/attachment.bin>
2008 Jun 25
4
[LLVMdev] [PATCH] Mach-O Identify File Type
An improved Mach-O file type detection for sys::IdentifyFileType() This patch add supports for single architecture mach-o files (the current implementation only support Universal Binary), and solve the signature conflict between java class and Universal Binary magics. Note that this function will always returned dynamic library for Universal Binaries (like the current implementation)