1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/tools/llvm-lto
Tobias Edler von Koch 4bb34e0b6f [LTO] Add options to llvm-lto to select output format and dump merged module
This introduces two new options:
- "llvm-lto -save-merged-module -o outfile" dumps the LTO Module to
  outfile.merged.bc prior to CodeGen and after LTO optimizations have been run.
- "llvm-lto -filetype=asm -o outfile" makes llvm-lto emit assembly instead of
  object code in outfile.

Both are intended for use in lit tests.

llvm-svn: 253624
2015-11-20 00:13:05 +00:00
..
CMakeLists.txt Fix required library for r250699 to BitWriter instead of BitReader. 2015-10-19 15:21:46 +00:00
llvm-lto.cpp [LTO] Add options to llvm-lto to select output format and dump merged module 2015-11-20 00:13:05 +00:00
LLVMBuild.txt Fix required library for r250699 to BitWriter instead of BitReader. 2015-10-19 15:21:46 +00:00
Makefile