13 lines · plain
1-- Test CamelCase tool name to ensure detection works properly2 3REQUIRES: system-windows4RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj5RUN: rm -rf %t16RUN: mkdir %t17RUN: cp llvm-ar %t1/Lib8RUN: %t1/Lib /OUT:%t.lib %t.obj | FileCheck %s -allow-empty9RUN: cp llvm-ar %t1/Ar10RUN: %t1/Ar crs %t.ar %t.obj | FileCheck %s -allow-empty11 12CHECK-NOT: OVERVIEW: LLVM Archiver (llvm-ar)13