[PATCH] D61924: [WebAssembly] LTO: Honor comdat groups when loading bitcode files
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 16:48:54 PDT 2019
sbc100 created this revision.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, sunfish, aheejin, jgravelle-google, inglorion, mehdi_amini, dschuff.
Herald added a project: LLVM.
But don't apply comdat groups when loading the LTO object files.
This is basically the same logic used by the ELF linker.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61924
Files:
lld/test/wasm/lto/comdat.ll
lld/wasm/InputFiles.cpp
lld/wasm/InputFiles.h
lld/wasm/SymbolTable.cpp
lld/wasm/SymbolTable.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61924.199535.patch
Type: text/x-patch
Size: 7380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/c6257c74/attachment.bin>
More information about the llvm-commits
mailing list