[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / tools / llvm-lib / thin.test
blobc401de41a8008893cd28600a80b6f03154a5110b
1 RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %t %S/Inputs/a.s
3 RUN: llvm-lib  -out:%t.a %t
4 RUN: FileCheck --check-prefix=FAT %s < %t.a
5 FAT: !<arch>
7 RUN: llvm-lib  -out:%t.thin.a -llvmlibthin %t
8 RUN: FileCheck --check-prefix=THIN %s < %t.thin.a
9 THIN: !<thin>