summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/lto.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-25 18:37:04 +0000
committerDan Gohman <gohman@apple.com>2010-08-25 18:37:04 +0000
commit74328ab826d0d7e2c842c3bf7f051597d29c012b (patch)
tree9816fa49b1997c8d54a79da71b31ece6fb4ff98f /llvm/include/llvm-c/lto.h
parentc894a7f94216d385b1c5cbc31de2a03493ee63c5 (diff)
downloadbcm5719-llvm-74328ab826d0d7e2c842c3bf7f051597d29c012b.tar.gz
bcm5719-llvm-74328ab826d0d7e2c842c3bf7f051597d29c012b.zip
lto_codegen_set_gcc_path was removed.
llvm-svn: 112069
Diffstat (limited to 'llvm/include/llvm-c/lto.h')
-rw-r--r--llvm/include/llvm-c/lto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h
index 67b27a8e665..95b3d85a72e 100644
--- a/llvm/include/llvm-c/lto.h
+++ b/llvm/include/llvm-c/lto.h
@@ -213,14 +213,6 @@ lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
/**
- * Sets the location of the "gcc" to run. If not set, libLTO will search for
- * "gcc" on the path.
- */
-extern void
-lto_codegen_set_gcc_path(lto_code_gen_t cg, const char* path);
-
-
-/**
* Sets the location of the assembler tool to run. If not set, libLTO
* will use gcc to invoke the assembler.
*/
OpenPOWER on IntegriCloud