Author: Andrei Elovikov Date: 2021-08-24T10:18:15-07:00 New Revision: 4c418c1bfbc544e24b9614efc3926fe2c6218b0c
URL: https://github.com/llvm/llvm-project/commit/4c418c1bfbc544e24b9614efc3926fe2c6218b0c DIFF: https://github.com/llvm/llvm-project/commit/4c418c1bfbc544e24b9614efc3926fe2c6218b0c.diff LOG: Try to fix build with modules enabled after D108422 D108422 removed Basic/X86Target.def but didn't delete the entry in module.modulemap. Do it now. Hopefully it will fix the build. Added: Modified: clang/include/clang/module.modulemap Removed: ################################################################################ diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index 33fcf9dc7576..e99b8d4f5c63 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -67,7 +67,6 @@ module Clang_Basic { textual header "Basic/Sanitizers.def" textual header "Basic/TargetCXXABI.def" textual header "Basic/TokenKinds.def" - textual header "Basic/X86Target.def" module * { export * } } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits