aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
diff options
context:
space:
mode:
authorShuxin Yang <shuxin.llvm@gmail.com>2013-08-12 21:07:31 +0000
committerShuxin Yang <shuxin.llvm@gmail.com>2013-08-12 21:07:31 +0000
commitcfaa636a1d31f2db71df627e4882e9d5c066c419 (patch)
tree7ce70ace4c7c6fe692b4eb1155d0509181db4ede /include/llvm-c
parentb0a50ade8b59816324783733e9ac8eb2aa7e73d6 (diff)
downloadexternal_llvm-cfaa636a1d31f2db71df627e4882e9d5c066c419.zip
external_llvm-cfaa636a1d31f2db71df627e4882e9d5c066c419.tar.gz
external_llvm-cfaa636a1d31f2db71df627e4882e9d5c066c419.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/lto.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h
index a7a942d..40110fd 100644
--- a/include/llvm-c/lto.h
+++ b/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.