https://github.com/guy-david created 
https://github.com/llvm/llvm-project/pull/200125

Started with 5db13643f4b7038db0ca304d9f8900122502935c.

>From 50a39ff9c87ac1d726f0ba26e2e59fb83ea6f7ec Mon Sep 17 00:00:00 2001
From: Guy David <[email protected]>
Date: Thu, 28 May 2026 10:43:15 +0300
Subject: [PATCH] [clang] Add missing BuiltinAnchorSources.def to module map

Started with 5db13643f4b7038db0ca304d9f8900122502935c.
---
 clang/include/module.modulemap | 1 +
 1 file changed, 1 insertion(+)

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 * }

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to