1-- Test CamelCase tool name to ensure detection works properly 2 3REQUIRES: target-windows, system-windows 4RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj 5RUN: rm -rf %t1 6RUN: mkdir %t1 7RUN: cp llvm-ar %t1/Lib 8RUN: %t1/Lib /OUT:%t.lib %t.obj | FileCheck %s -allow-empty 9RUN: cp llvm-ar %t1/Ar 10RUN: %t1/Ar crs %t.ar %t.obj | FileCheck %s -allow-empty 11 12CHECK-NOT: OVERVIEW: LLVM Archiver (llvm-ar) 13