[all-commits] [llvm/llvm-project] cb5bc7: [lld][WebAssembly] Always include bss segments whe...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Tue Aug 15 17:04:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb5bc756808367d53c870716ce42611a563421e8
https://github.com/llvm/llvm-project/commit/cb5bc756808367d53c870716ce42611a563421e8
Author: Sam Clegg <sbc at chromium.org>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
R lld/test/wasm/emit-relocs.ll
A lld/test/wasm/emit-relocs.s
M lld/wasm/Writer.cpp
Log Message:
-----------
[lld][WebAssembly] Always include bss segments when `--emit-relocs` is used
If we don't do this then we end up with symbols that refer to
non-existent segments.
Differential Revision: https://reviews.llvm.org/D158025
More information about the All-commits
mailing list