r374571 - Update clang module map for new excluded .def file.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 11 10:00:34 PDT 2019
Author: rsmith
Date: Fri Oct 11 10:00:34 2019
New Revision: 374571
URL: http://llvm.org/viewvc/llvm-project?rev=374571&view=rev
Log:
Update clang module map for new excluded .def file.
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=374571&r1=374570&r2=374571&view=diff
==============================================================================
--- cfe/trunk/include/clang/module.modulemap (original)
+++ cfe/trunk/include/clang/module.modulemap Fri Oct 11 10:00:34 2019
@@ -18,6 +18,7 @@ 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"
More information about the cfe-commits
mailing list