search for: 9df41e62

Displaying 3 results from an estimated 3 matches for "9df41e62".

2007 Mar 19
0
[LLVMdev] LLVM "Native" Backend
On Sun, 18 Mar 2007, Christopher Lamb wrote: >> LLVM can currently produce .o files directly in some limited cases, >> or you >> can go through an assembler, which is much more robust. Any help >> improving the direct ELF writer would be appreciated. > > Which of the LLVM tools can currently produce .o files directly > without going through the platform's
2007 Mar 30
3
[LLVMdev] LLVM "Native" Backend
...re like the MachO writer. Should I try to submit a patch for the partial work that I've done? -- Christopher Lamb christopher.lamb at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070330/9df41e62/attachment.html>
2007 Mar 18
2
[LLVMdev] LLVM "Native" Backend
On Mar 17, 2007, at 4:09 PM, Chris Lattner wrote: > On Fri, 16 Mar 2007, Christopher Lamb wrote: >> Having read through the documentation and browsed the code what >> are the >> missing pieces, if any, required to implement a "native" LLVM >> backend that: >> * is able to produce loadable (ELF) object files with DWARF debugging >> information