dibyendumajumdar / dmr_c

dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Other
52 stars 2 forks source link

Make the sparse-llvm interface available as a library interface #13

Closed dibyendumajumdar closed 7 years ago

dibyendumajumdar commented 7 years ago

The goal of dmr_C is to be used as a library, hence we need to expose the LLVM compilation API to users of the library.

All objects and functions with external linkage should also be prefixed with 'dmrC_' to avoid polluting the global namespace.

dibyendumajumdar commented 7 years ago

Implemented