OSDN Git Service

Revert "[WebAssembly] Add support for table linking to wasm-ld"
authorDerek Schuff <dschuff@chromium.org>
Fri, 15 Jan 2021 23:50:41 +0000 (15:50 -0800)
committerDerek Schuff <dschuff@chromium.org>
Fri, 15 Jan 2021 23:50:41 +0000 (15:50 -0800)
commit187d771d27ed9059675b53e92e8fb8aeee9c43d8
treef7e62a8ebc9210aeaa2b59ed865522f3ed9efe72
parente65b9b04cdeff17fbcdae8d2bb268da832e4a267
Revert "[WebAssembly] Add support for table linking to wasm-ld"

This reverts commit 38dfce706f796dc109ea495dd69a8cb4c8fa819d.
CI discovered a bug where the table is exported twice: see
D91870
21 files changed:
lld/test/wasm/alias.s
lld/test/wasm/init-fini.ll
lld/test/wasm/local-symbols.ll
lld/test/wasm/locals-duplicate.test
lld/test/wasm/pie.ll
lld/test/wasm/section-symbol-relocs.yaml
lld/test/wasm/shared.ll
lld/test/wasm/signature-mismatch.ll
lld/test/wasm/stack-pointer.ll
lld/test/wasm/weak-alias.ll
lld/wasm/Driver.cpp
lld/wasm/InputFiles.cpp
lld/wasm/InputFiles.h
lld/wasm/MarkLive.cpp
lld/wasm/SymbolTable.cpp
lld/wasm/SymbolTable.h
lld/wasm/Symbols.cpp
lld/wasm/Symbols.h
lld/wasm/SyntheticSections.cpp
lld/wasm/SyntheticSections.h
lld/wasm/Writer.cpp