llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Volodymyr Sapsai (vsapsai) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/110780.diff 1 Files Affected: - (modified) clang/include/module.modulemap (+1) ``````````diff diff --git a/clang/include/module.modulemap b/clang/include/module.modulemap index b6ab99bb85d8a7..6f18c0a49641c9 100644 --- a/clang/include/module.modulemap +++ b/clang/include/module.modulemap @@ -65,6 +65,7 @@ module Clang_Basic { textual header "clang/Basic/BuiltinsX86.def" textual header "clang/Basic/BuiltinsX86_64.def" textual header "clang/Basic/BuiltinsXCore.def" + textual header "clang/Basic/CFProtectionOptions.def" textual header "clang/Basic/CodeGenOptions.def" textual header "clang/Basic/DebugOptions.def" textual header "clang/Basic/DiagnosticOptions.def" `````````` </details> https://github.com/llvm/llvm-project/pull/110780 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits