[all-commits] [llvm/llvm-project] cb77e8: [WebAssembly][lld] Don't mark a file live from an ...
Derek Schuff via All-commits
all-commits at lists.llvm.org
Thu Dec 17 11:07:17 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb77e877f8132b885fcac8b7532c58072537b9ed
https://github.com/llvm/llvm-project/commit/cb77e877f8132b885fcac8b7532c58072537b9ed
Author: Derek Schuff <dschuff at chromium.org>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M lld/wasm/Symbols.cpp
Log Message:
-----------
[WebAssembly][lld] Don't mark a file live from an undefine symbol
Live symbols should only cause the files in which they are defined
to become live.
For now this is only tested in emscripten: we're continuing
to work on reducing the test case further for an lld-style
unit test.
Differential Revision: https://reviews.llvm.org/D93472
More information about the All-commits
mailing list