From 5c114d80f88ef418b5f3ba3c919d300e21c4e677 Mon Sep 17 00:00:00 2001 From: Dunbobbin Date: Wed, 11 Feb 2026 22:04:01 +0000 Subject: [PATCH] [TEST][FIX] Fix typo in tool name: 'llvm-ar' --- cross-project-tests/dtlto/path.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cross-project-tests/dtlto/path.test b/cross-project-tests/dtlto/path.test index e435fc6b0b58..ec0dd1a59e6c 100644 --- a/cross-project-tests/dtlto/path.test +++ b/cross-project-tests/dtlto/path.test @@ -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. 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: prospero-llvm-ar --thin rcs moo.a moo.o +RUN: llvm-ar rcs foo.a foo.o +RUN: llvm-ar --thin rcs moo.a moo.o # Build with DTLTO. RUN: %python in-83-dir.py \