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.
2 parents 4a84c73 + 755b8f9 commit 108a6bcCopy full SHA for 108a6bc
clang/test/Driver/aix-default-target-triple.c
@@ -2,12 +2,12 @@
2
// This test verifies that the default target triple is correctly resolved
3
// and doesn't fall back to "unknown" due to constructor ambiguity.
4
5
-// REQUIRES: system-aix
+// REQUIRES: system-aix, target={{.*}}-aix{{.*}}
6
// RUN: %clang -v %s -c 2>&1 | FileCheck %s --check-prefix=CHECK-TARGET
7
8
// Test that the target triple contains AIX and is not "unknown"
9
// The target should be something like "powerpc-ibm-aix7.3.0.0"
10
-// CHECK-TARGET: Target: {{.*}}aix{{.*}}
+// CHECK-TARGET: Target: {{.*}}-aix{{.*}}
11
12
int main() {
13
return 0;
0 commit comments