[llvm-commits] [llvm] r70491 - /llvm/trunk/include/llvm-c/lto.h
Nick Lewycky
nicholas at mxc.ca
Thu Apr 30 08:29:27 PDT 2009
Author: nicholas
Date: Thu Apr 30 10:29:26 2009
New Revision: 70491
URL: http://llvm.org/viewvc/llvm-project?rev=70491&view=rev
Log:
Oops! Missed a file in my last commit.
Modified:
llvm/trunk/include/llvm-c/lto.h
Modified: llvm/trunk/include/llvm-c/lto.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/lto.h?rev=70491&r1=70490&r2=70491&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/lto.h (original)
+++ llvm/trunk/include/llvm-c/lto.h Thu Apr 30 10:29:26 2009
@@ -200,6 +200,14 @@
/**
+ * 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);
+
+
+/**
* Adds to a list of all global symbols that must exist in the final
* generated code. If a function is not listed, it might be
* inlined into every usage and optimized away.
More information about the llvm-commits
mailing list