mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 06:59:31 +00:00
runtime: precisely scan Wasm globals
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
target datalayout = "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8:16-a:8"
|
||||
target triple = "avr-unknown-unknown"
|
||||
|
||||
%entry = type { i8, ptr }
|
||||
|
||||
@table = global [4 x %entry] zeroinitializer
|
||||
|
||||
declare i16 @runtime.gcGlobalRootCount()
|
||||
|
||||
declare ptr @runtime.gcGlobalRoot(i16)
|
||||
|
||||
declare i16 @runtime.gcGlobalRootSize(i16)
|
||||
Reference in New Issue
Block a user