diff options
author | Shuxin Yang <shuxin.llvm@gmail.com> | 2013-08-12 21:07:31 +0000 |
---|---|---|
committer | Shuxin Yang <shuxin.llvm@gmail.com> | 2013-08-12 21:07:31 +0000 |
commit | 1826ae23ff488103736f8ced4386ee09886ff10d (patch) | |
tree | ac3948d3b2f76a34c65f747c90a15c156933bd16 /llvm/include/llvm-c | |
parent | 3923bec37bca1cced5da2952ad7149b982e1e10d (diff) | |
download | bcm5719-llvm-1826ae23ff488103736f8ced4386ee09886ff10d.tar.gz bcm5719-llvm-1826ae23ff488103736f8ced4386ee09886ff10d.zip |
Revert r188188 and r188200.
In order to appease people (in Apple) who accuse me for committing "huge change" (?) without proper review.
Thank Eric for fixing a compile-warning.
llvm-svn: 188204
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/lto.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index a7a942d2b34..40110fddfc1 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/include/llvm-c/lto.h @@ -284,18 +284,6 @@ lto_codegen_compile(lto_code_gen_t cg, size_t* length); extern bool lto_codegen_compile_to_file(lto_code_gen_t cg, const char** name); -/** - * Get intermediate files that need to be removed before linker exit. Upon - * return, the paths of the files need to be removed is written to "paths". The - * paths are separated by a single '\0', and the last path is ended by double - * '\0's. A file could be a directory; in this case, the entire directory needs - * to be removed recursively. - * - * It is only necessary to call this function after \p lto_codegen_compile was - * successfully called. - */ -extern void -lto_codegen_get_files_need_remove(lto_code_gen_t cg, const char **paths); /** * Sets options to help debug codegen bugs. |