Reland "[WebAssembly] Add linker options to control feature checking"
authorThomas Lively <tlively@google.com>
Tue, 26 Mar 2019 04:11:05 +0000 (04:11 +0000)
committerThomas Lively <tlively@google.com>
Tue, 26 Mar 2019 04:11:05 +0000 (04:11 +0000)
commit82de51a3aefe70695a39ef44341c7ef79d8c040d
treec6c7dfe77efee5d8fd26a729c475fdd2b18f937c
parent2d000e395ecc275b0aceeff942db71dad86fbf79
Reland "[WebAssembly] Add linker options to control feature checking"

Do not pipe binary data between processes in lit tests this time,
since it turns out that can break on Windows.

This reverts commit 84c8652fc3085155d0f9c355455e5a797c6d9db6.

llvm-svn: 356975
lld/test/wasm/target-feature-disallowed.yaml
lld/test/wasm/target-feature-none.yaml [new file with mode: 0644]
lld/test/wasm/target-feature-required.yaml
lld/test/wasm/target-feature-used.yaml
lld/wasm/Config.h
lld/wasm/Driver.cpp
lld/wasm/Options.td
lld/wasm/Writer.cpp