summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcLazy/Inputs/weak-function-2.ll
blob: a7ff83df03989100e8b0c634d7e432e73183f562 (plain)
1
2
3
4
5
6
7
8
9
define linkonce_odr i32 @baz() #0 {
entry:
  ret i32 0
}

define i8* @bar() {
entry:
  ret i8* bitcast (i32 ()* @baz to i8*)
}
OpenPOWER on IntegriCloud