aboutsummaryrefslogtreecommitdiffhomepage
path: root/transform/testdata/globals-function-sections.ll
blob: 505ba5aa5f59fe609476301c44b66d6b9ec77289 (plain)
1
2
3
4
5
6
7
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
}