[llvm-commits] [llvm] r112069 - in /llvm/trunk: include/llvm-c/lto.h tools/lto/lto.exports

Dan Gohman gohman at apple.com
Wed Aug 25 11:37:04 PDT 2010


Author: djg
Date: Wed Aug 25 13:37:04 2010
New Revision: 112069

URL: http://llvm.org/viewvc/llvm-project?rev=112069&view=rev
Log:
lto_codegen_set_gcc_path was removed.

Modified:
    llvm/trunk/include/llvm-c/lto.h
    llvm/trunk/tools/lto/lto.exports

Modified: llvm/trunk/include/llvm-c/lto.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/lto.h?rev=112069&r1=112068&r2=112069&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/lto.h (original)
+++ llvm/trunk/include/llvm-c/lto.h Wed Aug 25 13:37:04 2010
@@ -213,14 +213,6 @@
 
 
 /**
- * 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.
  */

Modified: llvm/trunk/tools/lto/lto.exports
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/lto.exports?rev=112069&r1=112068&r2=112069&view=diff
==============================================================================
--- llvm/trunk/tools/lto/lto.exports (original)
+++ llvm/trunk/tools/lto/lto.exports Wed Aug 25 13:37:04 2010
@@ -24,4 +24,3 @@
 lto_codegen_set_assembler_args
 lto_codegen_set_assembler_path
 lto_codegen_set_cpu
-lto_codegen_set_gcc_path





More information about the llvm-commits mailing list