[lld] [lld][WebAssembly] Allow defining of arbitrary symbols types in LTO objects (PR #196552)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 10:04:50 PDT 2026
dschuff wrote:
> Bitcode files don't contains precise symbol type information so we always allow new defined symbols overwrite bitcode symbols rather than reporting type mismatches.
>
> Fixes: #195311
by this you mean symbols defined in native objects that get added to the link after the bitcode linking?
https://github.com/llvm/llvm-project/pull/196552
More information about the llvm-commits
mailing list