mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
9840ae61ae
Differential Revision: https://reviews.llvm.org/D30738 llvm-svn: 297649
6 lines
161 B
LLVM
6 lines
161 B
LLVM
@Y = global i8 42
|
|
|
|
define i64 @foo() { ret i64 7 }
|
|
|
|
@llvm.used = appending global [2 x i8*] [i8* @Y, i8* bitcast (i64 ()* @foo to i8*)], section "llvm.metadata"
|