tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

Support LLVM 18

Open deadprogram opened this issue 9 months ago • 1 comments

LLVM 18 has been out for a bit. Homebrew installs it by default now.

deadprogram avatar May 06 '24 20:05 deadprogram

This is a new feature included in LLVM18 that I really want: https://github.com/llvm/llvm-project/pull/76777

deadprogram avatar May 07 '24 05:05 deadprogram

Working on it! I actually hit a compiler bug when working on LLVM 18: https://github.com/llvm/llvm-project/issues/92648

aykevl avatar May 18 '24 11:05 aykevl

Oh and in other news: https://github.com/espressif/llvm-project/pull/94 (LLVM 18 released for Xtensa)

aykevl avatar May 18 '24 12:05 aykevl

Here it is: ~https://github.com/tinygo-org/tinygo/pull/4266~ #4271

aykevl avatar May 18 '24 13:05 aykevl

This was released with v0.32.0 so now closing. Thank you everyone!

deadprogram avatar Jun 23 '24 17:06 deadprogram