brintos

brintos / llvm-project-archived public Read only

0
0
Text · 245 B · 193fb1e Raw
11 lines · plain
1; RUN: llvm-as < %s | llvm-dis > %t1.ll2; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll3; RUN: diff %t1.ll %t2.ll4 5@X = global i32 4, section "foo", align 16              ; <ptr> [#uses=0]6 7define void @test() section "bar" {8        ret void9}10 11