mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
e9bb2459f5
I will send an entry in docs/CommandGuide for review today. llvm-svn: 242533
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
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>
|