From 91639a80c3b7e70d8de3622ffe3d7cd00390a102 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 9 Mar 2016 04:05:28 +0000 Subject: [PATCH] Use lto_bool_t instead of a raw `bool` (fixup for r262977). Hopefully this should bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to life. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262994 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/lto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index df27ba8abe1..44f7bea2c8c 100644 --- a/include/llvm-c/lto.h +++ b/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 -- 2.11.0