This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b6404d738 [LLD][COFF] Implement /filealign parameter new adfeee8c6 [WebAssembly] Add support for -emit-relocs new e56b78286 [lld] Trace all references with lld --trace-symbol
The 2 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/Symbols.cpp | 5 ++++- ELF/Symbols.h | 2 +- test/ELF/trace-symbols.s | 7 ++++++- test/wasm/emit-relocs.ll | 39 +++++++++++++++++++++++++++++++++++++++ test/wasm/trace-symbol.ll | 19 ++++++++++++------- wasm/Config.h | 1 + wasm/Driver.cpp | 1 + wasm/Options.td | 2 ++ wasm/SymbolTable.cpp | 6 ++++++ wasm/Symbols.cpp | 13 ++++++++++--- wasm/Symbols.h | 1 + wasm/SyntheticSections.h | 4 +++- wasm/Writer.cpp | 10 +++++----- 13 files changed, 91 insertions(+), 19 deletions(-) create mode 100644 test/wasm/emit-relocs.ll