llvm-project/llvm/test/tools/llvm-strings/nested-archives.test
Saleem Abdulrasool f10a871419 Revert "Revert "llvm-strings: support printing the filename""
Change the dynamic files to static in the hope that it will actually fix the
transient errors that Ive been unable to reproduce.

llvm-svn: 286891
2016-11-14 21:10:41 +00:00

13 lines
374 B
Plaintext

RUN: rm -f %T/inner.ar
RUN: llvm-ar -format gnu crs %T/inner.a %S/Inputs/abcd
RUN: rm -f %T/outer.ar
RUN: llvm-ar -format gnu crs %T/outer.a %T/inner.a
RUN: llvm-strings %T/outer.a | FileCheck %s
CHECK: !<arch>
CHECK: inner.a/ 0 0 0 644 72 `
CHECK: !<arch>
CHECK: abcd/ 0 0 0 644 4 `
CHECK: abcd