[LLVMdev] Missing Functions in C-Bindings

Chris Lattner clattner at apple.com
Fri Apr 9 13:40:05 PDT 2010


On Apr 6, 2010, at 8:40 AM, Wesley Peck wrote:

> While going through the header file llvm/Support/StandardPasses.h in support of some LLVM bindings that I have been working on I noticed that some passes are not exposed in the LLVM C bindings. Attached is a patch that adds the following passes the the C bindings:
> 	LLVMAddIPSCCPPass
> 	LLVMAddInternalizePass
> 
> I can commit this patch once someone gives me the go ahead.

Looks great to me, please commit.  Consider other similar changes preapproved,

-Chris



More information about the llvm-dev mailing list