Displaying 2 results from an estimated 2 matches for "chriswail".
Did you mean:
christal
2012 Jun 20
0
[LLVMdev] Compiling a Module to ASM
I'm trying to compile an LLVM Module object to ASM and have been using the
llc.cpp file as a guide. Currently I'm not getting any errors but I AM
getting an empty assembly file. The relevant source code can be found
here:
https://github.com/chriswailes/llvm-ecb/blob/master/src/core/target.cpp
For a bit more context, this code exists in a shared library that provides
additional C bindings for LLVM. These C bindings are then used to make
Ruby bindings, which can be found here: https://github.com/chriswailes/RLTK
An example file that uses this f...
2012 Jun 22
1
[LLVMdev] C Bindings
Hello,
Is there anyone maintaining/extending the C bindings provided with llvm?
They seem rather incomplete, and I have been extending them to be able
to call those functions from Haskell but I don't want to redo someone
else's work.
Regards,
Marcelo