dibyendumajumdar/dmr_c

Change the LLVM api to accept a Module

dibyendumajumdar opened this issue · 1 comments

Allowing the user to create the LLVM module is important to allow the user to add additional stuff to the module. So it is better to accept the Module as a parameter rather than creating it within the API.

Implemented