[all-commits] [llvm/llvm-project] 53e3b8: [lld][WebAssembly] Add support for handling table ...
Andy Wingo via All-commits
all-commits at lists.llvm.org
Thu Jan 14 02:25:29 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 53e3b81faaf32a495189182e0e4d635cbe19c5dd
https://github.com/llvm/llvm-project/commit/53e3b81faaf32a495189182e0e4d635cbe19c5dd
Author: Andy Wingo <wingo at igalia.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M lld/include/lld/Common/LLVM.h
M lld/wasm/InputChunks.cpp
M lld/wasm/InputFiles.cpp
M lld/wasm/InputFiles.h
A lld/wasm/InputTable.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
M lld/wasm/WriterUtils.cpp
M lld/wasm/WriterUtils.h
M llvm/include/llvm/BinaryFormat/Wasm.h
M llvm/include/llvm/Object/Wasm.h
M llvm/lib/Object/WasmObjectFile.cpp
M llvm/tools/llvm-readobj/WasmDumper.cpp
Log Message:
-----------
[lld][WebAssembly] Add support for handling table symbols
This commit adds table symbol support in a partial way, while still
including some special cases for the __indirect_function_table symbol.
No change in tests.
Differential Revision: https://reviews.llvm.org/D94075
More information about the All-commits
mailing list