mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
all: switch to LLVM 8
This commit is contained in:
committed by
Ron Evans
parent
5569cd1b6b
commit
9c41011e17
@@ -2,7 +2,7 @@
|
||||
"build-tags": ["tinygo.arm", "js", "wasm"],
|
||||
"goos": "js",
|
||||
"goarch": "wasm",
|
||||
"compiler": "clang-7",
|
||||
"compiler": "clang-8",
|
||||
"gc": "marksweep",
|
||||
"linker": "arm-none-eabi-ld",
|
||||
"rtlib": "compiler-rt",
|
||||
|
||||
Reference in New Issue
Block a user