[all-commits] [llvm/llvm-project] afdc4b: [lld][WebAssembly] Don't mark `--start-lib`/`--end...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Apr 28 15:30:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afdc4b1526d41ff48ae4aa5efd230cd4f9d1c430
https://github.com/llvm/llvm-project/commit/afdc4b1526d41ff48ae4aa5efd230cd4f9d1c430
Author: Sam Clegg <sbc at chromium.org>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M lld/test/wasm/Inputs/start-lib1.s
M lld/wasm/Driver.cpp
M lld/wasm/InputFiles.cpp
Log Message:
-----------
[lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live (#137714)
Without this change files in `--start-lib`/`--end-lib` groups were being
marked as live, which means there static constructors were being
included in the link.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list