Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-ar / case-detection.test
blobf49b8ad96e37ac55c2c832f3a9363b5f386a1ac7
1 -- Test CamelCase tool name to ensure detection works properly
3 REQUIRES: system-windows
4 RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj
5 RUN: rm -rf %t1
6 RUN: mkdir %t1
7 RUN: cp llvm-ar %t1/Lib
8 RUN: %t1/Lib /OUT:%t.lib %t.obj | FileCheck %s -allow-empty
9 RUN: cp llvm-ar %t1/Ar
10 RUN: %t1/Ar crs %t.ar %t.obj | FileCheck %s -allow-empty
12 CHECK-NOT: OVERVIEW: LLVM Archiver (llvm-ar)