We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8930d04 commit 2263dfeCopy full SHA for 2263dfe
clang/test/Driver/unified-lto.c
@@ -6,7 +6,7 @@
6
// UNIT: "-flto-unit"
7
// NOUNIT-NOT: "-flto-unit"
8
9
-// 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
10
// NOUNILTO: clang: warning: argument unused during compilation: '-funified-lto'
11
// NOUNILTO: "-cc1"
12
// NOUNILTO-NOT: "-funified-lto
0 commit comments