[all-commits] [llvm/llvm-project] 28848e: [lld][WebAssembly] Handle duplicate archive member...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Thu Oct 28 11:51:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28848e9e1bc06f9837cc653ddb9e7aff83d22320
https://github.com/llvm/llvm-project/commit/28848e9e1bc06f9837cc653ddb9e7aff83d22320
Author: Sam Clegg <sbc at chromium.org>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
A lld/test/wasm/lto/Inputs/thin1.ll
A lld/test/wasm/lto/Inputs/thin2.ll
A lld/test/wasm/lto/thinlto-thin-archive-collision.ll
M lld/wasm/InputFiles.cpp
M lld/wasm/InputFiles.h
Log Message:
-----------
[lld][WebAssembly] Handle duplicate archive member names in ThinLTO
This entire change, including the test case, comes almost verbatim
from the ELF driver.
Fixes: https://github.com/emscripten-core/emscripten/issues/12763
Differential Revision: https://reviews.llvm.org/D112723
More information about the All-commits
mailing list