diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-25 18:37:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-25 18:37:04 +0000 |
commit | 92b06c2c06666a4dcd36005323ec76d074bae3ca (patch) | |
tree | a5b62d0d360138f59e998aa1714505ca62d3772d /include/llvm-c | |
parent | 0586df2f257044c39ed386d85d496a80a8232db1 (diff) | |
download | external_llvm-92b06c2c06666a4dcd36005323ec76d074bae3ca.zip external_llvm-92b06c2c06666a4dcd36005323ec76d074bae3ca.tar.gz external_llvm-92b06c2c06666a4dcd36005323ec76d074bae3ca.tar.bz2 |
lto_codegen_set_gcc_path was removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112069 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/lto.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 67b27a8..95b3d85 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. */ |