bolt/deps/llvm-18.1.8/llvm/test/Object/archive-thin-read.test
2025-02-14 19:21:04 +01:00

6 lines
135 B
Text

RUN: echo hello > %t.file
RUN: rm -f %t.a
RUN: llvm-ar --format=gnu rcsT %t.a %t.file
RUN: llvm-ar p %t.a | FileCheck %s
CHECK: hello