[yaml2obj] - Allow placing local symbols after globals.
[llvm-complete.git] / test / ThinLTO / X86 / Inputs / diagnostic-handler-remarks.ll
blob35154e67947c028cc3d21f337e412fa18294a349
1 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-apple-macosx10.11.0"
5 declare i32 @bar()
6 define i32 @foo() {
7   %a = call i32 @bar()
8   ret i32 %a