summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/X86/llvm-lto-output.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LTO] Add options to llvm-lto to select output format and dump merged moduleTobias Edler von Koch2015-11-201-0/+21
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
OpenPOWER on IntegriCloud