Skip to content

Commit 8de45df

Browse files
committed
[clang] Fix incomplete umbrella warnings when building clang modules (NFC)
This patch silences the incomplete-umbrella warnings when building clang modules, by adding the missing textual headers to the clang module map. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent abfff89 commit 8de45df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/module.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module Clang_AST {
2222
requires cplusplus
2323
umbrella "clang/AST"
2424

25+
textual header "clang/Basic/OpenACCClauses.def"
2526
textual header "clang/AST/BuiltinTypes.def"
2627
textual header "clang/AST/CXXRecordDeclDefinitionBits.def"
2728
textual header "clang/AST/OperationKinds.def"
@@ -37,6 +38,7 @@ module Clang_Basic {
3738
umbrella "clang/Basic"
3839

3940
textual header "clang/Basic/AArch64SVEACLETypes.def"
41+
textual header "clang/Basic/AMDGPUTypes.def"
4042
textual header "clang/Basic/BuiltinsAArch64.def"
4143
textual header "clang/Basic/BuiltinsAMDGPU.def"
4244
textual header "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"

0 commit comments

Comments
 (0)