From 74328ab826d0d7e2c842c3bf7f051597d29c012b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 25 Aug 2010 18:37:04 +0000 Subject: lto_codegen_set_gcc_path was removed. llvm-svn: 112069 --- llvm/include/llvm-c/lto.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'llvm/include/llvm-c') 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 @@ -212,14 +212,6 @@ extern void 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. -- cgit v1.2.3