search for: identifyfiletyp

Displaying 8 results from an estimated 8 matches for "identifyfiletyp".

Did you mean: identifyfiletype
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 (li...
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() > 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...
2008 Jun 26
1
[LLVMdev] [PATCH] Mach-O Identify File Type
Le 26 juin 08 à 07:17, Chris Lattner a écrit : > > On Jun 25, 2008, at 4:59 PM, Jean-Daniel Dupas wrote: > >> 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 dyna...
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.
2016 Mar 23
4
Building ModulePass independiently on win32
Hi, I have written a ModulePass (c++ code) that does transformation to LLVM bytecode. How do I build,compile and run it on windows. a) I need Win32 LLVM tools. (so I downloaded)b) How do I build the dll( modulepass) so that I can pass it to optimizer or other llvm tool.c) To test, I need to compile a test C code, emit llvm intermediate code and pass it to optimizer so  that it can run my
2007 Sep 28
0
[LLVMdev] Compiling zlib to static bytecode archive
Hello, Maarten > As far as I can see, collect2.c does not read the object files though: it > only runs "nm" on them, which is not what we need to determine which files > are bitcode files. This can be identified via LLVM's sys::IdentifyFileType() > One thing I'm wondering is how to merge the C code of collect2 with the C++ > code that uses liblto: > - convert collect2.c to collect2.cpp? > - put the C++ code in a separate source file and link the C object file and > the C++ object file together into a single collect2...
2008 Jun 26
2
[LLVMdev] [PATCH] Mach-O Identify File Type
What do you mean ? Le 26 juin 08 à 21:25, Mike Stump a écrit : > 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. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part --------------...
2007 Sep 26
3
[LLVMdev] Compiling zlib to static bytecode archive
On Wednesday 26 September 2007, Chris Lattner wrote: > > Assuming those steps are correct, step 6 and 7 could be implemented > > by using > > the original collect2 and adding the generated native object to the > > list of > > files to link. In other words, llvm-collect2 could be a separate > > process, > > which is called instead of collect2, does some