Home | History | Annotate | Download | only in llvm-ar
      1 RUN: yaml2obj %S/Inputs/elf.yaml -o %t.o
      2 
      3 RUN: rm -f %t.ar
      4 RUN: llvm-ar crs %t.ar %t.*
      5 RUN: llvm-ar tv %t.ar | FileCheck %s
      6 
      7 CHECK: regex-cmd.test{{.*}}.o
      8