summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionImport/Inputs/comdat.ll
blob: 1df6f25351e58731df01c00cd4d2c6c13d5da5c0 (plain)
1
2
3
4
5
6
7
8
9
10
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc19.0.24215"

define void @main() {
entry:
  call i8* @lwt_fun()
  ret void
}

declare i8* @lwt_fun()
OpenPOWER on IntegriCloud