1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/tools/lto
Bill Wendling 40a162f75f Instead of passing in an unsigned value for the optimization level, use an enum,
which better identifies what the optimization is doing. And is more flexible for
future uses.

llvm-svn: 70440
2009-04-29 23:29:43 +00:00
..
lto.cpp fix dangling pointer and argv off by one errors. Add support for --disable-inlining 2008-07-08 21:14:10 +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 Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
LTOCodeGenerator.h Remove warning about declaration does not declare anything. This class was 2008-11-30 00:36:34 +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