mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 15:09:32 +00:00
13 lines
316 B
LLVM
13 lines
316 B
LLVM
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)
|