diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm-c/lto.h | 8 | ||||
-rw-r--r-- | llvm/tools/lto/lto.exports | 1 |
2 files changed, 0 insertions, 9 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. */ diff --git a/llvm/tools/lto/lto.exports b/llvm/tools/lto/lto.exports index 3c67cee999f..4dbf760d388 100644 --- a/llvm/tools/lto/lto.exports +++ b/llvm/tools/lto/lto.exports @@ -24,4 +24,3 @@ lto_codegen_debug_options lto_codegen_set_assembler_args lto_codegen_set_assembler_path lto_codegen_set_cpu -lto_codegen_set_gcc_path |