blob: 830696056d640da165c6b0018635277d0a7a0d88 [file] [log] [blame]
Peter Collingbournec62e7cc2016-03-31 22:08:31 +00001RUN: echo hello > %t.file
Peter Collingbourne7f4c23b2016-03-31 23:07:50 +00002RUN: rm -f %t.a
3RUN: llvm-ar --format=gnu rcsT %t.a %t.file
Peter Collingbournec62e7cc2016-03-31 22:08:31 +00004RUN: llvm-ar p %t.a | FileCheck %s
5
6CHECK: hello