aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-lib/nest.test
blob: 3b1c3b09b1a2599fbab7b5586248682e3b520b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
If an archive file is specified as an input file, its members
are added to an output file. This test verifies that beahvior.

RUN: rm -rf %t
RUN: mkdir -p %t

RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %t/foo.o %S/Inputs/a.s
RUN: llvm-lib -out:%t/foo.lib %t/foo.o

RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %t/bar.o %S/Inputs/b.s
RUN: llvm-lib -out:%t/bar.lib %t/foo.lib %t/bar.o

RUN: llvm-lib -list %t/bar.lib | FileCheck %s
CHECK: foo.o
CHECK: bar.o