aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/lto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h
index a2bfddb0a6..ce3546bd49 100644
--- a/include/llvm-c/lto.h
+++ b/include/llvm-c/lto.h
@@ -268,7 +268,7 @@ lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
* should now by owned by the lto_code_gen_t, and will be freed when
* the link is done.
*/
-extern bool
+extern void
lto_codegen_gather_module_for_link(lto_code_gen_t cg, lto_module_t mod);
/**