Supply a C interface to the "LinkModules" method.
authorBill Wendling <isanbard@gmail.com>
Wed, 9 May 2012 08:55:40 +0000 (08:55 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 9 May 2012 08:55:40 +0000 (08:55 +0000)
commitf24fde20c8d6db5a52b50a010e831c9159d3fec7
tree1ac4b1367d308b7ecb6b36e2b13c96d69577adbe
parentb12af898c317e64bba3ac1692073c812503e01c4
Supply a C interface to the "LinkModules" method.
Patch by Andrew Wilkins!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156469 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Linker.h [new file with mode: 0644]
lib/Linker/LinkModules.cpp