Author: Adrian Prantl Date: 2020-10-14T14:20:39-07:00 New Revision: 0ff9116b36781d6fa61c25841edd53dc8f366bec
URL: https://github.com/llvm/llvm-project/commit/0ff9116b36781d6fa61c25841edd53dc8f366bec DIFF: https://github.com/llvm/llvm-project/commit/0ff9116b36781d6fa61c25841edd53dc8f366bec.diff LOG: Register TargetCXXABI.def as a textual header Added: Modified: clang/include/clang/module.modulemap Removed: ################################################################################ diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index 13d4dbf9dc2e..cee7ed3d7de3 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -63,6 +63,7 @@ module Clang_Basic { textual header "Basic/OpenMPKinds.def" textual header "Basic/OperatorKinds.def" textual header "Basic/Sanitizers.def" + textual header "Basic/TargetCXXABI.def" textual header "Basic/TokenKinds.def" textual header "Basic/X86Target.def" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits