summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-04-03 02:16:56 +0000
committerDavide Italiano <davide@freebsd.org>2016-04-03 02:16:56 +0000
commit887d76c392998d3948d3157aa902c565b0e389f8 (patch)
tree6750cda40b19355d262e97cad051f0f01108c1c1 /llvm/lib/Bitcode
parentd4f5a059e06c9dba9c5fb63c60cb044b673f5c17 (diff)
downloadbcm5719-llvm-887d76c392998d3948d3157aa902c565b0e389f8.tar.gz
bcm5719-llvm-887d76c392998d3948d3157aa902c565b0e389f8.zip
[LTO] Fix -save-temps in case -o is not specified.
Currently we create a file called .lto.bc. In UNIX, ls(1) by default doesn't show up files starting with a dot, as they're (only by convention) hidden. This makes the output of -save-temps a little bit hard to find. Use "a.out.lto.bc" instead if the output file is not specified. While here, change an existing -save-temps test to exercise this more interesting behaviour. llvm-svn: 265254
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud