This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1a58e168f Mark new test as requiring an x86 backend for LTO native obje [...] new 7db859c46 [WebAssembly] Implement thread-local storage (local-exec model) new a2d223a75 Add REQUIRES: x86 to safeseh-no.s test for x86
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: test/COFF/safeseh-no.s | 1 + test/wasm/data-segments.ll | 20 +++++++++--- test/wasm/tls.ll | 81 ++++++++++++++++++++++++++++++++++++++++++++++ wasm/Driver.cpp | 25 ++++++++++++++ wasm/Symbols.cpp | 11 ++++++- wasm/Symbols.h | 13 ++++++++ wasm/Writer.cpp | 81 +++++++++++++++++++++++++++++++++++++++++++--- 7 files changed, 222 insertions(+), 10 deletions(-) create mode 100644 test/wasm/tls.ll