diff options
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/lto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index 6df6e1716ad..1fe0cd5c75d 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/include/llvm-c/lto.h @@ -518,7 +518,7 @@ lto_codegen_compile_optimized(lto_code_gen_t cg, size_t* length); * \since LTO_API_VERSION=12 */ extern unsigned int -lto_api_version(); +lto_api_version(void); /** * Sets options to help debug codegen bugs. |