1 If an archive file is specified as an input file, its members
2 are added to an output file. This test verifies that beahvior.
7 RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %t/foo.o %S/Inputs/a.s
8 RUN: llvm-lib -out:%t/foo.lib %t/foo.o
10 RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %t/bar.o %S/Inputs/b.s
11 RUN: llvm-lib -out:%t/bar.lib %t/foo.lib %t/bar.o
13 RUN: llvm-lib -list %t/bar.lib | FileCheck %s