mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-03 03:09:04 +00:00
ci: add support for LLVM 15
This commit switches to LLVM 15 everywhere by default, while still keeping LLVM 14 support.
This commit is contained in:
committed by
Ron Evans
parent
08a51535d4
commit
2b7f562202
@@ -1,5 +1,5 @@
|
||||
//go:build !byollvm
|
||||
// +build !byollvm
|
||||
//go:build !byollvm && llvm14
|
||||
// +build !byollvm,llvm14
|
||||
|
||||
package cgo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user