brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · 2469c29 Raw
14 lines · plain
1; RUN: llvm-as < %s > %t.bc2; RUN: llvm-as < %p/linkmdnode2.ll > %t2.bc3; RUN: llvm-link %t.bc %t2.bc4 5 6!21 = !{i32 42, !"foobar"}7 8declare i8 @llvm.something(metadata %a)9define void @foo() {10  %x = call i8 @llvm.something(metadata !21)11  ret void12}13 14