summaryrefslogtreecommitdiffstats
path: root/llvm/test/LibDriver/thin.test
blob: 4ab9d61952bfc35c66f0790b3a0b524ff745a935 (plain)
1
2
3
4
5
6
7
8
9
RUN: echo foo > %t

RUN: llvm-lib  -out:%t.a %t
RUN: FileCheck --check-prefix=FAT %s < %t.a
FAT: !<arch>

RUN: llvm-lib  -out:%t.thin.a -llvmlibthin %t
RUN: FileCheck --check-prefix=THIN %s < %t.thin.a
THIN: !<thin>
OpenPOWER on IntegriCloud