Peter Collingbourne | c62e7cc | 2016-03-31 22:08:31 +0000 | [diff] [blame] | 1 | RUN: echo hello > %t.file |
Peter Collingbourne | 7f4c23b | 2016-03-31 23:07:50 +0000 | [diff] [blame] | 2 | RUN: rm -f %t.a |
3 | RUN: llvm-ar --format=gnu rcsT %t.a %t.file | ||||
Peter Collingbourne | c62e7cc | 2016-03-31 22:08:31 +0000 | [diff] [blame] | 4 | RUN: llvm-ar p %t.a | FileCheck %s |
5 | |||||
6 | CHECK: hello |