Skip to content

Commit 0f67c7a

Browse files
authored
[clang] Disable gch-probe.c on AIX as -gmodules is not supported there yet. (#78513)
Followup fix for #77711
1 parent 5133a8f commit 0f67c7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/test/PCH/gch-probe.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Unsupported on AIX because we don't support the requisite "__clangast"
2+
// section in XCOFF yet.
3+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
4+
15
// For GCC compatibility, clang should probe also with the .gch extension.
26
// RUN: %clang -x c-header -c %s -o %t.h.gch
37
// RUN: %clang -fsyntax-only -include %t.h %s

0 commit comments

Comments
 (0)