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 df27ba8abe1..44f7bea2c8c 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/include/llvm-c/lto.h @@ -739,7 +739,7 @@ extern void thinlto_debug_options(const char *const *options, int number); * * \since LTO_API_VERSION=18 */ -extern bool lto_module_is_thinlto(lto_module_t mod); +extern lto_bool_t lto_module_is_thinlto(lto_module_t mod); /** * Adds a symbol to the list of global symbols that must exist in the final |