r269440 - Fix module map typo in r269347.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri May 13 10:28:51 PDT 2016


Author: rsmith
Date: Fri May 13 12:28:51 2016
New Revision: 269440

URL: http://llvm.org/viewvc/llvm-project?rev=269440&view=rev
Log:
Fix module map typo in r269347.

Modified:
    cfe/trunk/include/clang/module.modulemap

Modified: cfe/trunk/include/clang/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/module.modulemap?rev=269440&r1=269439&r2=269440&view=diff
==============================================================================
--- cfe/trunk/include/clang/module.modulemap (original)
+++ cfe/trunk/include/clang/module.modulemap Fri May 13 12:28:51 2016
@@ -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"




More information about the cfe-commits mailing list