tinygo-org/go-llvm

darwin: support LLVM versions other than 11

niaow opened this issue · 1 comments

niaow commented

Currently the darwin config hard-codes LLVM 11. It should be modified to use the same tags as Linux (e.g. llvm13) or updated to use LLVM 13.

This has now been addressed in the master branch. Closing.