[clang] [clang] Add missing BuiltinAnchorSources.def to module map (PR #200125)

via cfe-commits cfe-commits at lists.llvm.org
Thu May 28 00:45:19 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Guy David (guy-david)

<details>
<summary>Changes</summary>

Started with 5db13643f4b7038db0ca304d9f8900122502935c.

---
Full diff: https://github.com/llvm/llvm-project/pull/200125.diff


1 Files Affected:

- (modified) clang/include/module.modulemap (+1) 


``````````diff
diff --git a/clang/include/module.modulemap b/clang/include/module.modulemap
index 62a3ba104b0df..b5376e840bce2 100644
--- a/clang/include/module.modulemap
+++ b/clang/include/module.modulemap
@@ -150,6 +150,7 @@ module Clang_ScalableStaticAnalysisFramework {
   requires cplusplus
   umbrella "clang/ScalableStaticAnalysisFramework"
 
+  textual header "clang/ScalableStaticAnalysisFramework/BuiltinAnchorSources.def"
   textual header "clang/ScalableStaticAnalysisFramework/Core/Model/PrivateFieldNames.def"
 
   module * { export * }

``````````

</details>


https://github.com/llvm/llvm-project/pull/200125


More information about the cfe-commits mailing list