xref: /aosp_15_r20/external/llvm/test/Object/archive-thin-read.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: echo hello > %t.file
2*9880d681SAndroid Build Coastguard WorkerRUN: rm -f %t.a
3*9880d681SAndroid Build Coastguard WorkerRUN: llvm-ar --format=gnu rcsT %t.a %t.file
4*9880d681SAndroid Build Coastguard WorkerRUN: llvm-ar p %t.a | FileCheck %s
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard WorkerCHECK: hello
7