[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / tools / llvm-lib / nest.test
blob3b1c3b09b1a2599fbab7b5586248682e3b520b3c
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.
4 RUN: rm -rf %t
5 RUN: mkdir -p %t
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
14 CHECK: foo.o
15 CHECK: bar.o