mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
978265857a
tool. Fix ar to do that. Differential Revision: https://reviews.llvm.org/D43987 llvm-svn: 326734
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
RUN: yaml2obj %S/Inputs/elf.yaml -o %t.o
|
|
|
|
RUN: rm -f %t.ar
|
|
RUN: llvm-ar crs %t.ar %t.*
|
|
RUN: llvm-ar tv %t.ar | FileCheck %s
|
|
|
|
CHECK: regex-cmd.test{{.*}}.o
|