Files
tinygo/transform/testdata/globals-function-sections.out.ll
T
2020-03-19 19:56:08 +01:00

9 lines
186 B
LLVM

target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
target triple = "armv7em-none-eabi"
declare void @foo()
define void @bar() section ".text.bar" {
ret void
}