This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 234cafe8e [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA [...] new 1a821b89c [WebAssembly] Add linker options to control feature checking
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 | 26 ++++++++++++++++ test/wasm/target-feature-none.yaml | 33 ++++++++++++++++++++ test/wasm/target-feature-required.yaml | 52 ++++++++++++++++++++++++++++++-- test/wasm/target-feature-used.yaml | 41 ++++++++++++++++++++++++- wasm/Config.h | 2 ++ wasm/Driver.cpp | 10 ++++++ wasm/Options.td | 7 +++++ wasm/Writer.cpp | 36 +++++++++++++++++++--- 8 files changed, 200 insertions(+), 7 deletions(-) create mode 100644 test/wasm/target-feature-none.yaml