mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
compiler: move ApplyFunctionSections to transform package
This commit is contained in:
committed by
Ron Evans
parent
945ff4d160
commit
b6314fa6ab
@@ -0,0 +1,8 @@
|
||||
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() {
|
||||
ret void
|
||||
}
|
||||
Reference in New Issue
Block a user