[ELF, PR27091] - Implemented -t/--trace option
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 29 Mar 2016 08:45:40 +0000 (08:45 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 29 Mar 2016 08:45:40 +0000 (08:45 +0000)
commit1e4b39f18448db4c7e77341a861847752ddce875
treef8ba4d3e0926ef3142a58e417ea3f54a000cf1e3
parent86971050cb3263e4fa3f7735365e21e797f6a1bc
[ELF, PR27091] - Implemented -t/--trace option

-t/--trace
Print the names of the input files as ld processes them.
This fixes https://llvm.org/bugs/show_bug.cgi?id=27091.

Differential revision: http://reviews.llvm.org/D18517

llvm-svn: 264708
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/test/ELF/trace.s [new file with mode: 0644]