mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
4 lines
132 B
LLVM
4 lines
132 B
LLVM
|
; RUN: llvm-as %S/Inputs/linkage.a.ll -o %t.1.bc
|
||
|
; RUN: llvm-as %S/Inputs/linkage.b.ll -o %t.2.bc
|
||
|
; RUN: llvm-link %t.1.bc %t.2.bc
|