Skip to content

Commit

Permalink
[clang] Disable gch-probe.c on AIX as -gmodules is not supported th…
Browse files Browse the repository at this point in the history
…ere yet.

Followup fix for llvm#77711
  • Loading branch information
Bigcheese committed Jan 17, 2024
1 parent 47d5967 commit a12b3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang/test/PCH/gch-probe.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Unsupported on AIX because we don't support the requisite "__clangast"
// section in XCOFF yet.
// UNSUPPORTED: target={{.*}}-aix{{.*}}

// For GCC compatibility, clang should probe also with the .gch extension.
// RUN: %clang -x c-header -c %s -o %t.h.gch
// RUN: %clang -fsyntax-only -include %t.h %s
Expand Down

0 comments on commit a12b3ab

Please sign in to comment.