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

Unified Diff: llvm/tools/lto/lto.exports

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
« llvm/tools/lto/LTOCodeGenerator.cpp ('K') | « llvm/tools/lto/lto.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: llvm/tools/lto/lto.exports
===================================================================
--- a/llvm/tools/lto/lto.exports
+++ b/llvm/tools/lto/lto.exports
@@ -21,6 +21,8 @@
lto_module_is_object_file_in_memory_for_target
lto_module_dispose
lto_codegen_add_module
+lto_codegen_gather_module
+lto_codegen_link_gathered_modules_and_dispose
lto_codegen_add_must_preserve_symbol
lto_codegen_compile
lto_codegen_create
« llvm/tools/lto/LTOCodeGenerator.cpp ('K') | « llvm/tools/lto/lto.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698