Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Unified Diff: llvm/include/llvm-c/lto.h

Issue 10808021: Change LLVM bitcode linking to use tree reduction to scale better (Closed)
Patch Set: Different version (change way gold-plugin uses interface, rather than hack the scoped pointers) Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | llvm/tools/gold/gold-plugin.cpp » ('j') | llvm/tools/lto/LTOCodeGenerator.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | llvm/tools/gold/gold-plugin.cpp » ('j') | llvm/tools/lto/LTOCodeGenerator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698