diff options
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/lto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 74a070342e..1d9881425e 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -86,7 +86,7 @@ lto_module_is_object_file(const char* path); */ extern bool lto_module_is_object_file_for_target(const char* path, - const char* target_triple_prefix); + const char* target_triple_prefix); /** |