[all-commits] [llvm/llvm-project] e65b9b: Revert "[WebAssembly] MC layer writes table symbol...
Derek Schuff via All-commits
all-commits at lists.llvm.org
Fri Jan 15 15:56:50 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e65b9b04cdeff17fbcdae8d2bb268da832e4a267
https://github.com/llvm/llvm-project/commit/e65b9b04cdeff17fbcdae8d2bb268da832e4a267
Author: Derek Schuff <dschuff at chromium.org>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M llvm/lib/MC/WasmObjectWriter.cpp
M llvm/test/MC/WebAssembly/debug-info.ll
M llvm/test/MC/WebAssembly/debug-info64.ll
M llvm/test/MC/WebAssembly/function-alias.ll
M llvm/test/MC/WebAssembly/global-ctor-dtor.ll
M llvm/test/MC/WebAssembly/reloc-pic.s
M llvm/test/MC/WebAssembly/type-index.s
M llvm/test/MC/WebAssembly/weak-alias.s
Log Message:
-----------
Revert "[WebAssembly] MC layer writes table symbols to object files"
This reverts commit e9f1ed2306b1b3aedcb1acef2b50e252a77a04b9.
Reverting because it depends on 38dfce706f
Commit: 187d771d27ed9059675b53e92e8fb8aeee9c43d8
https://github.com/llvm/llvm-project/commit/187d771d27ed9059675b53e92e8fb8aeee9c43d8
Author: Derek Schuff <dschuff at chromium.org>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M lld/test/wasm/alias.s
M lld/test/wasm/init-fini.ll
M lld/test/wasm/local-symbols.ll
M lld/test/wasm/locals-duplicate.test
M lld/test/wasm/pie.ll
M lld/test/wasm/section-symbol-relocs.yaml
M lld/test/wasm/shared.ll
M lld/test/wasm/signature-mismatch.ll
M lld/test/wasm/stack-pointer.ll
M lld/test/wasm/weak-alias.ll
M lld/wasm/Driver.cpp
M lld/wasm/InputFiles.cpp
M lld/wasm/InputFiles.h
M lld/wasm/MarkLive.cpp
M lld/wasm/SymbolTable.cpp
M lld/wasm/SymbolTable.h
M lld/wasm/Symbols.cpp
M lld/wasm/Symbols.h
M lld/wasm/SyntheticSections.cpp
M lld/wasm/SyntheticSections.h
M lld/wasm/Writer.cpp
Log Message:
-----------
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
Compare: https://github.com/llvm/llvm-project/compare/a1500105ee60...187d771d27ed
More information about the All-commits
mailing list