You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|