X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm-c%2Flto.h;h=c57dfe7306de9849d9f381971901a81ed170c33a;hb=5eca075b74d62c621b160aa216b4cd50829a2cc7;hp=508e871ec4cbfc3376a1f38bb73a270121d1e136;hpb=16c1f44d91211a225497062ea508d58fd25085a9;p=oota-llvm.git diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 508e871ec4c..c57dfe7306d 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -227,6 +227,11 @@ extern const void* lto_codegen_compile(lto_code_gen_t cg, size_t* length); +/** + * Sets options to help debug codegen bugs. + */ +extern void +lto_codegen_debug_options(lto_code_gen_t cg, const char *); #ifdef __cplusplus } #endif