[llvm-commits] Patch for LLVMGetModuleContext

Chris Lattner clattner at apple.com
Sun Nov 28 12:06:07 PST 2010


On Nov 23, 2010, at 11:58 AM, Eric Dobson wrote:

> Currently the C api does not have a wrapper for getting a context object out of anything besides a type, even though the C++ api has this. I have attached a patch which adds a wrapper function around Module::getContext, as there already is provided functions for getting the module out of other objects.

Applied in r120259, thanks!

-Chris



More information about the llvm-commits mailing list