search for: current_cv

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

Did you mean: current_cs
2005 May 16
0
[LLVMdev] Scheme + LLVM JIT
On Fri, 13 May 2005, Alexander Friedman wrote: >>> This requires being able to parse strings. The LLVM 'Parser.h' interface >>> (and implementation) has the built in assumptions that it will always be >>> parsing from the file system. Would you guys accept a patch that makes >>> it more general (ie, parse from file or string)? >> >> Yes,
2005 May 18
1
[LLVMdev] Scheme + LLVM JIT
...le that uses the CWrapper, and indirectly tests the asm parser. This should probably be an example, but i'm not sure how to set up the makefile. I'll attach everything for now - let me know what to change. -------------- next part -------------- A non-text attachment was scrubbed... Name: current_cvs.diff Type: application/octet-stream Size: 8906 bytes Desc: cvs URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050518/496410a6/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: interface-example.c Type: application/octet-stream S...
2005 May 13
3
[LLVMdev] Scheme + LLVM JIT
> > This requires being able to parse strings. The LLVM 'Parser.h' interface > > (and implementation) has the built in assumptions that it will always be > > parsing from the file system. Would you guys accept a patch that makes > > it more general (ie, parse from file or string)? > > Yes, that's a generally useful thing to have, I'd like to see it