This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 3c33e98b2 [ELF] Change GOT*_FROM_END (relative to end(.got)) to GOTPLT* [...] new 8631b6a9d Reland "[WebAssembly] Add linker options to control feature c [...]
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/target-feature-disallowed.yaml | 36 ++++++++++++++++--- test/wasm/target-feature-none.yaml | 36 +++++++++++++++++++ test/wasm/target-feature-required.yaml | 60 +++++++++++++++++++++++++++++--- test/wasm/target-feature-used.yaml | 56 +++++++++++++++++++++++++---- wasm/Config.h | 2 ++ wasm/Driver.cpp | 10 ++++++ wasm/Options.td | 7 ++++ wasm/Writer.cpp | 36 ++++++++++++++++--- 8 files changed, 224 insertions(+), 19 deletions(-) create mode 100644 test/wasm/target-feature-none.yaml