[lld][WebAssembly] Remove bad-reloc test
authorSam Clegg <sbc@chromium.org>
Sat, 31 Oct 2020 23:39:27 +0000 (16:39 -0700)
committerSam Clegg <sbc@chromium.org>
Sat, 31 Oct 2020 23:42:55 +0000 (16:42 -0700)
commit1800b44651c19b11e7680f908344d5751e8d2246
tree0cf4818fd2a11f6053036e643d0141b455c99470
parente03ba2198dbb6b053f600c798770593d8f69055d
[lld][WebAssembly] Remove bad-reloc test

This test was checking behaviour that only exists in the debug
configuration so will fail in release builds.

Perhaps there is way to keep this test around and only run
it in debug builds but for now I'm removing so fix the
release builders.

Differential Revision: https://reviews.llvm.org/D90542
lld/test/wasm/bad-reloc.yaml [deleted file]