summaryrefslogtreecommitdiff
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-10-23 17:52:09 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-10-23 17:52:09 +0000
commit519fc96c475680de2cc49e7811dbbfadb912cbcc (patch)
tree310ca684459b7e9ae13c9a3b9abf308b3a634afe /include/clang/module.modulemap
parent2298981669bf3bd63335a4be179bc0f96823a8f4 (diff)
Notes
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 1f32ffe0c159..2cbe865bce87 100644
--- a/include/clang/module.modulemap
+++ b/include/clang/module.modulemap
@@ -18,9 +18,9 @@ module Clang_AST {
umbrella "AST"
textual header "AST/BuiltinTypes.def"
+ textual header "AST/CXXRecordDeclDefinitionBits.def"
textual header "AST/OperationKinds.def"
textual header "AST/TypeLocNodes.def"
- textual header "AST/TypeNodes.def"
module * { export * }
}
@@ -31,9 +31,11 @@ module Clang_Basic {
requires cplusplus
umbrella "Basic"
+ textual header "Basic/AArch64SVEACLETypes.def"
textual header "Basic/BuiltinsAArch64.def"
textual header "Basic/BuiltinsAMDGPU.def"
textual header "Basic/BuiltinsARM.def"
+ textual header "Basic/BuiltinsBPF.def"
textual header "Basic/Builtins.def"
textual header "Basic/BuiltinsHexagon.def"
textual header "Basic/BuiltinsLe64.def"
@@ -100,7 +102,7 @@ module Clang_Frontend {
requires cplusplus
umbrella "Frontend"
- textual header "Frontend/LangStandards.def"
+ textual header "Basic/LangStandards.def"
module * { export * }
}