[llvm-objdump/MachoDump] Make code much more concise.
[oota-llvm.git] / test / LibDriver / thin.test
1 RUN: echo foo > %t
2
3 RUN: llvm-lib  -out:%t.a %t
4 RUN: FileCheck --check-prefix=FAT %s < %t.a
5 FAT: !<arch>
6
7 RUN: llvm-lib  -out:%t.thin.a -llvmlibthin %t
8 RUN: FileCheck --check-prefix=THIN %s < %t.thin.a
9 THIN: !<thin>