annotate test/ThinLTO/X86/Inputs/export.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2 target triple = "x86_64-apple-macosx10.11.0"
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4 define i32 @main() #0 {
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5 entry:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 call void @callstaticfunc()
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7 ret i32 0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8 }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10 declare void @callstaticfunc()