llvm-6502/tools
Nick Lewycky 195bea3498 Allow a user of libLTO to specify the full pathname of the gcc executable to
run when assembling.

Wire this up to the gold plugin. You can now pass --plugin-opt gcc=/foo/bar/gcc
and it will run that gcc instead of looking for it on the path.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70490 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-30 15:24:09 +00:00
..
bugpoint Improve bugpoint's error messages when it runs out of memory, 2009-04-27 01:30:37 +00:00
gccas remove attributions 2007-12-29 20:46:15 +00:00
gccld remove attributions 2007-12-29 20:46:15 +00:00
gold Allow a user of libLTO to specify the full pathname of the gcc executable to 2009-04-30 15:24:09 +00:00
llc Remove unused flags. 2009-04-30 00:57:51 +00:00
lli Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
llvm-ar Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-as Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-bcanalyzer give bitstreamreader an API to ignore names for blocks/records, 2009-04-27 20:04:08 +00:00
llvm-config Accommodate empty string for build type. This was previously causing an error 2009-04-08 17:28:16 +00:00
llvm-db Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-dis Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-extract Use .empty() instead of .size(). 2009-04-20 16:19:02 +00:00
llvm-ld Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-link Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-nm Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
llvm-prof Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-ranlib Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
llvm-stub Comment headers should extend to 80 chars. 2008-12-31 17:40:52 +00:00
llvmc Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
lto Allow a user of libLTO to specify the full pathname of the gcc executable to 2009-04-30 15:24:09 +00:00
opt Fixed file header comment. 2009-04-01 21:37:19 +00:00
CMakeLists.txt CMake: llvmc2 is now known as llvmc. 2008-11-25 22:18:49 +00:00
Makefile aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! 2009-04-25 22:08:52 +00:00