search for: ab9e988d

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

2010 Jan 04
0
[LLVMdev] C library function declarations
On Mon, Jan 4, 2010 at 4:43 AM, Russell Wallace <russell.wallace at gmail.com> wrote: > When implementing a language using LLVM as the backend, it is > necessary to give programs written in that language, access to the C > standard library functions. The Kaleidoscope tutorial shows how to do > this for individual functions using extern declarations, but in > general it would
2010 Jan 04
1
[LLVMdev] C library function declarations
...rs. It's still not trivial to get everything working as you described, but by leveraging Clang at least you don't have to parse C yourself. Keir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100104/ab9e988d/attachment.html>
2010 Jan 04
2
[LLVMdev] C library function declarations
When implementing a language using LLVM as the backend, it is necessary to give programs written in that language, access to the C standard library functions. The Kaleidoscope tutorial shows how to do this for individual functions using extern declarations, but in general it would be necessary to have those predefined for the full standard library. Presumably these would contain exactly the