[all-commits] [llvm/llvm-project] 52aff9: [lld][wasm] Clear lazyBitcodeFiles while resetting...
Anutosh Bhat via All-commits
all-commits at lists.llvm.org
Tue Dec 3 22:19:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52aff97f40c19671be7d1f5eecc2985ebf260a49
https://github.com/llvm/llvm-project/commit/52aff97f40c19671be7d1f5eecc2985ebf260a49
Author: Anutosh Bhat <andersonbhat491 at gmail.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M lld/wasm/Driver.cpp
Log Message:
-----------
[lld][wasm] Clear lazyBitcodeFiles while resetting context (#118440)
Hi @sbc100
I was looking into a use case involving the link function (which got my
attention to reset).
I see that `lazyBitcodeFiles` variable was introduced here
https://github.com/llvm/llvm-project/pull/114327 but I don't see it
being reset while destroying the context eventually. Hopefully this
should be the correct way to address it.
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