[TEST][FIX] Fix typo in tool name: 'llvm-ar'

This commit is contained in:
Dunbobbin
2026-02-11 22:04:01 +00:00
parent 59238f6d76
commit 5c114d80f8

View File

@@ -9,8 +9,8 @@ RUN: rm -rf %t && split-file %s %t && cd %t
# Create an archive and a thin archive to confirm member paths are expanded. # Create an archive and a thin archive to confirm member paths are expanded.
RUN: %clang --target=x86_64-linux-gnu -c foo.c moo.c start.c -flto=thin -O2 RUN: %clang --target=x86_64-linux-gnu -c foo.c moo.c start.c -flto=thin -O2
RUN: prospero-llvm-ar rcs foo.a foo.o RUN: llvm-ar rcs foo.a foo.o
RUN: prospero-llvm-ar --thin rcs moo.a moo.o RUN: llvm-ar --thin rcs moo.a moo.o
# Build with DTLTO. # Build with DTLTO.
RUN: %python in-83-dir.py \ RUN: %python in-83-dir.py \