[llvm-branch-commits] [lld] release/20.x: [wasm-ld] Refactor WasmSym from static globals to per-link context (#134970) (PR #137620)

Sam Clegg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 8 08:42:47 PDT 2025


sbc100 wrote:

> > > Do you not build llvm from source in your project? Can't you therefore build from tip-of-tree?
> > 
> > 
> > Hi, yes I think the latest changes on the release/latest_version.x branch is being used for https://github.com/compiler-research/CppInterOp (@vgvassilev or @mcbarton can confirm)
> > So probably we don't exactly need a release everytime I think but yeah need these changes to go into the release branch
> 
> CppInterOp is capable of building against the head of the release branches, and this is what we do in our ci. Without this patch we are unable to run our Emscripten tests in our PR to upgrade to llvm 20 here [compiler-research/CppInterOp#491]

If this patch is needed to run your emscripten tests, how did the pass prior to the llvm 20 upgrade?

https://github.com/llvm/llvm-project/pull/137620


More information about the llvm-branch-commits mailing list