[clang] 2263dfe - [test] Correct PS5 triple in clang :: Driver/unified-lto.c

Matthew Voss via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 08:45:25 PDT 2023


Author: Matthew Voss
Date: 2023-08-30T08:45:16-07:00
New Revision: 2263dfe368ce4925eb9f1fdcd11ff50455f546af

URL: https://github.com/llvm/llvm-project/commit/2263dfe368ce4925eb9f1fdcd11ff50455f546af
DIFF: https://github.com/llvm/llvm-project/commit/2263dfe368ce4925eb9f1fdcd11ff50455f546af.diff

LOG: [test] Correct PS5 triple in clang :: Driver/unified-lto.c

Added: 
    

Modified: 
    clang/test/Driver/unified-lto.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/unified-lto.c b/clang/test/Driver/unified-lto.c
index e16affe2c5efda..3a6fe44f5b32df 100644
--- a/clang/test/Driver/unified-lto.c
+++ b/clang/test/Driver/unified-lto.c
@@ -6,7 +6,7 @@
 // UNIT: "-flto-unit"
 // NOUNIT-NOT: "-flto-unit"
 
-// RUN: %clang --target=x86_64-sie-prospero -### %s -funified-lto 2>&1 | FileCheck --check-prefix=NOUNILTO %s
+// RUN: %clang --target=x86_64-sie-ps5 -### %s -funified-lto 2>&1 | FileCheck --check-prefix=NOUNILTO %s
 // NOUNILTO: clang: warning: argument unused during compilation: '-funified-lto'
 // NOUNILTO: "-cc1"
 // NOUNILTO-NOT: "-funified-lto


        


More information about the cfe-commits mailing list