mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
7e0cfdf745
We were assuming that only linkonce_odr GVs were lazy linked. llvm-svn: 266995
9 lines
85 B
LLVM
9 lines
85 B
LLVM
define void @f2() {
|
|
call void @f3()
|
|
ret void
|
|
}
|
|
|
|
define void @f3() {
|
|
ret void
|
|
}
|