Skip to content

Commit

Permalink
Updates release notes for PR #3745
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jul 14, 2021
1 parent fad6855 commit 8d41d66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .release-notes/3745.md

This file was deleted.

6 changes: 6 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ actor Main

When using tuples with struct elements, you don't need to wrap the entire tuple. It is enough to wrap the struct elements.

## Update to LLVM 12.0.1

We've updated the LLVM used to build pony to LLVM 12.0.1 and in the process, we've dropped support for 32-bit ARM as supported platform.

We might bring 32-bit Arm back as a supported platform if the Arm fixes we need to do to get ponyc working on M1 also fix the current issues we have with 32-bit Arm with LLVM 12. The errors currently present the same so we assume that adding M1 support will bring 32-bit ARM along with it. If fixing the M1 issues doesn't fix 32-bit Arm issues then we'll have to make a decision about whether we bring back 32-bit Arm support.

0 comments on commit 8d41d66

Please # to comment.