mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[clang] Disable gch-probe.c on AIX as -gmodules
is not supported there yet. (#78513)
Followup fix for https://github.com/llvm/llvm-project/pull/77711
This commit is contained in:
parent
5133a8f559
commit
0f67c7a0af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user