This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1c48a2e Fix a bug that MIPS thunks can overwrite other section contents. new 8319c3a Implement --trace-symbol=symbol option.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Config.h | 2 + ELF/Driver.cpp | 4 ++ ELF/InputFiles.cpp | 9 ++++ ELF/InputFiles.h | 2 + ELF/Options.td | 3 ++ ELF/SymbolTable.cpp | 11 ++++ ELF/SymbolTable.h | 2 + test/ELF/Inputs/trace-symbols-foo-strong.s | 14 +++++ test/ELF/Inputs/trace-symbols-foo-weak.s | 12 +++++ test/ELF/trace-symbols.s | 84 ++++++++++++++++++++++++++++++ 10 files changed, 143 insertions(+) create mode 100644 test/ELF/Inputs/trace-symbols-foo-strong.s create mode 100644 test/ELF/Inputs/trace-symbols-foo-weak.s create mode 100644 test/ELF/trace-symbols.s