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 ef50d81 commit dfdb2ccCopy full SHA for dfdb2cc
clang/test/Driver/no-integrated-as.c
@@ -16,6 +16,6 @@
16
/// -c omitted on purpose, this used to crash.
17
// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as %s 2>&1 \
18
// RUN: | FileCheck %s -check-prefix PS5
19
-// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as %s -x assembler 2>&1 \
+// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as -x assembler %s 2>&1 \
20
21
// PS5: there is no external assembler that can be used on this platform
0 commit comments