diff options
Diffstat (limited to 'test/Linker/linkage.ll')
-rw-r--r-- | test/Linker/linkage.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Linker/linkage.ll b/test/Linker/linkage.ll new file mode 100644 index 000000000000..c7309aa8750d --- /dev/null +++ b/test/Linker/linkage.ll @@ -0,0 +1,3 @@ +; 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 |