mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
all: add support for LLVM 19
This commit is contained in:
committed by
Ron Evans
parent
127557d27e
commit
9e9768b51d
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"llvm-target": "wasm32-unknown-unknown",
|
||||
"cpu": "generic",
|
||||
"features": "+mutable-globals,+nontrapping-fptoint,+sign-ext",
|
||||
"features": "+mutable-globals,+nontrapping-fptoint,+sign-ext,-multivalue,-reference-types",
|
||||
"build-tags": ["tinygo.wasm", "wasm_unknown"],
|
||||
"buildmode": "c-shared",
|
||||
"goos": "linux",
|
||||
@@ -14,6 +14,8 @@
|
||||
"default-stack-size": 4096,
|
||||
"cflags": [
|
||||
"-mnontrapping-fptoint",
|
||||
"-mno-multivalue",
|
||||
"-mno-reference-types",
|
||||
"-msign-ext"
|
||||
],
|
||||
"ldflags": [
|
||||
|
||||
Reference in New Issue
Block a user