summaryrefslogtreecommitdiff
path: root/include/llvm-c/Linker.h
AgeCommit message (Expand)Author
2016-02-12Delete the deprecated LLVMLinkModules.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-03-02Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka
2014-12-23Finish removing DestroySource.Rafael Espindola
2012-05-09Supply a C interface to the "LinkModules" method.Bill Wendling