mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
f82375c972
I will send an entry in docs/CommandGuide for review today. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242533 91177308-0d34-0410-b5e6-96231b3b80d8
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>
|