Skip to content

Commit 2263dfe

Browse files
committed
[test] Correct PS5 triple in clang :: Driver/unified-lto.c
1 parent 8930d04 commit 2263dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/unified-lto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// UNIT: "-flto-unit"
77
// NOUNIT-NOT: "-flto-unit"
88

9-
// RUN: %clang --target=x86_64-sie-prospero -### %s -funified-lto 2>&1 | FileCheck --check-prefix=NOUNILTO %s
9+
// RUN: %clang --target=x86_64-sie-ps5 -### %s -funified-lto 2>&1 | FileCheck --check-prefix=NOUNILTO %s
1010
// NOUNILTO: clang: warning: argument unused during compilation: '-funified-lto'
1111
// NOUNILTO: "-cc1"
1212
// NOUNILTO-NOT: "-funified-lto

0 commit comments

Comments
 (0)