summaryrefslogtreecommitdiffstats
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-05-13 17:28:51 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-05-13 17:28:51 +0000
commitd8498ff1d2589aad528f3367737dc14d15aef3aa (patch)
tree6ec120c8bbb57ad531a86d024883768e51100639 /include/clang/module.modulemap
parent824cf0727f90aeb48653df4a98015bc4d65b7283 (diff)
Fix module map typo in r269347.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 3ac236e9f7..7fa8b82515 100644
--- a/include/clang/module.modulemap
+++ b/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"