llvm-for-llvmta/test/Linker/Inputs/alias.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

4 lines
96 B
LLVM

@zed = global i32 42
@foo = alias i32, i32* @zed
@foo2 = alias i16, bitcast (i32* @zed to i16*)