compiler: move ApplyFunctionSections to transform package

This commit is contained in:
Ayke van Laethem
2020-03-18 20:32:46 +01:00
committed by Ron Evans
parent 945ff4d160
commit b6314fa6ab
6 changed files with 51 additions and 14 deletions
+8
View File
@@ -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
}