Skip to content

Figma-15.0.0

Compare
Choose a tag to compare
@binji binji released this 12 Aug 18:37
· 11925 commits to main since this release

This is a build of Clang 15, matching the commit that was used to build Emscripten SDK 3.1.4 (@ llvm-project SHA ce5588f). It includes a patch to make it work better with Xcode and build properly with Apple Clang.

The figma-15 release (see here) is almost the same, but doesn't include some necessary changes to cross-compile the Linux toolchain.

This branch also includes a cherry pick of https://reviews.llvm.org/rG55ba0830e4591c9767bbd4530639976f1242a61a from upstream. This change prevents libunwind.so from being included on the link-line unless it can be found -- otherwise it will choose libunwind.a. Normally this library would be included in the OS distribution, but our CI is too old.