forked from OSchip/llvm-project
parent
8d911b4419
commit
a5ef4905a5
|
@ -518,9 +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() {
|
||||
return LTO_API_VERSION;
|
||||
}
|
||||
lto_api_version();
|
||||
|
||||
/**
|
||||
* Sets options to help debug codegen bugs.
|
||||
|
|
|
@ -330,3 +330,5 @@ bool lto_codegen_compile_to_file(lto_code_gen_t cg, const char **name) {
|
|||
void lto_codegen_debug_options(lto_code_gen_t cg, const char *opt) {
|
||||
unwrap(cg)->setCodeGenDebugOptions(opt);
|
||||
}
|
||||
|
||||
unsigned int lto_api_version() { return LTO_API_VERSION; }
|
||||
|
|
Loading…
Reference in New Issue