brintos

brintos / llvm-project-archived public Read only

0
0
Text · 312 B · 804329a Raw
7 lines · plain
1; Test linking two functions with different prototypes and two globals 2; in different modules. This is for PR4113; RUN: llvm-as %S/Inputs/basiclink.a.ll -o %t.foo.bc4; RUN: llvm-as %S/Inputs/basiclink.b.ll -o %t.bar.bc5; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc6; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc7