Chromium Code Reviews| Index: llvm/include/llvm-c/lto.h |
| =================================================================== |
| --- a/llvm/include/llvm-c/lto.h |
| +++ b/llvm/include/llvm-c/lto.h |
| @@ -259,7 +259,12 @@ |
| extern bool |
| lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod); |
| - |
| +/* @LOCALMOD-BEGIN */ |
| +extern bool |
| +lto_codegen_gather_module(lto_code_gen_t cg, lto_module_t mod); |
| +extern bool |
| +lto_codegen_link_gathered_modules_and_dispose(lto_code_gen_t cg); |
| +/* @LOCALMOD-END*/ |
| /** |
| * Sets if debug info should be generated. |