Skip to content

What's with the LLVM version numbers in Emscripten #17549

Answered by tlively
MarkCallow asked this question in Q&A
Discussion options

You must be logged in to vote

Emscripten continuously pulls in tip-of-tree LLVM, so it picks up LLVM changes before they reach an LLVM release. However, the LLVM version numbers are only incremented at each release. For example, when LLVM 15 is released, the tip-of-tree version number that Emscripten pulls in will be changed to 16.

How can I tell Docker to use the latest version of Emscripten that contains a released LLVM?

Nothing changes about the Emscripten release process when there is an LLVM release, so in general there will not be an Emscripten release that uses the exact commit of the LLVM release.

I have not found a way to search for a matching commit on GitHub so I've not been able to track down the commit…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MarkCallow
Comment options

@sbc100
Comment options

@sbc100
Comment options

Answer selected by MarkCallow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants