aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/lto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h
index 67b27a8e66..95b3d85a72 100644
--- a/include/llvm-c/lto.h
+++ b/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.
*/