This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c4a1ae633 [lld][test] Update test to print ELF note description data new 6b96dc285 [lld][WebAssembly] Allow linking of pic code into static binaries
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: test/wasm/pic-static.ll | 95 ++++++++++++++++++++++++++++++++++++++++++++++ wasm/Driver.cpp | 2 + wasm/Relocations.cpp | 18 ++++++++- wasm/Symbols.cpp | 10 +++-- wasm/Symbols.h | 2 + wasm/SyntheticSections.cpp | 34 ++++++++++++++--- wasm/SyntheticSections.h | 7 +++- wasm/Writer.cpp | 11 +++++- 8 files changed, 165 insertions(+), 14 deletions(-) create mode 100644 test/wasm/pic-static.ll