diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-04-13 18:07:57 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-04-13 18:07:57 +0000 |
commit | 2a78fceb2cbedd30ae9493235219be43715d6959 (patch) | |
tree | c9c3d6b60dc82fd9002b51c784a548ee45266693 /lldb/packages/Python/lldbsuite/test/functionalities/command_script/welcome.py | |
parent | 4ac12425ba3904ba5796b183f635af5c6a25f741 (diff) | |
download | bcm5719-llvm-2a78fceb2cbedd30ae9493235219be43715d6959.tar.gz bcm5719-llvm-2a78fceb2cbedd30ae9493235219be43715d6959.zip |
[ELF] - Change -t implementation to print which archive members are used.
Previously each archive file was reported no matter were it's member used or not,
like:
lib/libLLVMSupport.a
Now lld prints line for each used internal file, like:
lib/libLLVMSupport.a(lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o)
lib/libLLVMSupport.a(lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o)
lib/libLLVMSupport.a(lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.c.o)
That should be consistent with what gold do.
This fixes PR27243.
Differential revision: http://reviews.llvm.org/D19011
llvm-svn: 266220
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/welcome.py')
0 files changed, 0 insertions, 0 deletions