Closed dibyendumajumdar closed 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.
Implemented
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.