summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/module.modulemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap
index 3ac236e9f7d..7fa8b82515e 100644
--- a/clang/include/clang/module.modulemap
+++ b/clang/include/clang/module.modulemap
@@ -12,6 +12,7 @@ module Clang_AST {
umbrella "AST"
textual header "AST/BuiltinTypes.def"
+ textual header "AST/OperationKinds.def"
textual header "AST/TypeLocNodes.def"
textual header "AST/TypeNodes.def"
@@ -43,7 +44,6 @@ module Clang_Basic {
textual header "Basic/OpenCLExtensions.def"
textual header "Basic/OpenCLImageTypes.def"
textual header "Basic/OpenMPKinds.def"
- textual header "Basic/OperationKinds.def"
textual header "Basic/OperatorKinds.def"
textual header "Basic/Sanitizers.def"
textual header "Basic/TokenKinds.def"
OpenPOWER on IntegriCloud