summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/funcimport2.ll
blob: 216ef0f1daa8c7bca87b783b6c58c930d9863456 (plain)
1
2
3
4
5
6
7
8
9
10
11
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.11.0"


define i32 @main() #0 {
entry:
  call void (...) @foo()
  ret i32 0
}

declare void @foo(...) #1
OpenPOWER on IntegriCloud