[all-commits] [llvm/llvm-project] b99147: [lld][WebAssembly] Don't defined indirect function...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Tue Jan 19 13:15:30 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b99147b4fa7b361fba4eeefdb443dca72b8ee87f
https://github.com/llvm/llvm-project/commit/b99147b4fa7b361fba4eeefdb443dca72b8ee87f
Author: Sam Clegg <sbc at chromium.org>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M lld/test/wasm/locals-duplicate.test
M lld/test/wasm/relocatable.ll
M lld/test/wasm/signature-mismatch.ll
M lld/test/wasm/weak-alias.ll
M lld/wasm/Driver.cpp
Log Message:
-----------
[lld][WebAssembly] Don't defined indirect function table in relocatable output
Object files (and the output --relocatable) should never define
__indirect_function_table. It should always be linker synthesized
with the final output executable.
Differential Revision: https://reviews.llvm.org/D94993
More information about the All-commits
mailing list