From: Richard Smith Date: Fri, 13 May 2016 17:28:51 +0000 (+0000) Subject: Fix module map typo in r269347. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8498ff1d2589aad528f3367737dc14d15aef3aa;p=clang Fix module map typo in r269347. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269440 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"