1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/lto
Nick Lewycky 503cfd4ace 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.

llvm-svn: 70490
2009-04-30 15:24:09 +00:00
..
lto.cpp Allow a user of libLTO to specify the full pathname of the gcc executable to 2009-04-30 15:24:09 +00:00
lto.exports add _lto_codegen_debug_options so that linker can use it 2008-07-07 23:24:06 +00:00
LTOCodeGenerator.cpp Allow a user of libLTO to specify the full pathname of the gcc executable to 2009-04-30 15:24:09 +00:00
LTOCodeGenerator.h Allow a user of libLTO to specify the full pathname of the gcc executable to 2009-04-30 15:24:09 +00:00
LTOModule.cpp Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. 2009-04-24 16:55:21 +00:00
LTOModule.h Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. 2009-04-24 16:55:21 +00:00
Makefile Force 'llvm-config' to go first, optionally followed by lto and gold mixed in 2009-02-26 07:56:49 +00:00