[llvm] [Support][modulemap] Fix LLVM_Support modulemap broken in #113364 (PR #157715)

Steven Wu via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 10:03:20 PDT 2025


https://github.com/cachemeifyoucan created https://github.com/llvm/llvm-project/pull/157715

Add VirtualOutputConfig.def to textual header.


>From 5d80f99b1cf068d4a699b119a057be0b84d01ce5 Mon Sep 17 00:00:00 2001
From: Steven Wu <stevenwu at apple.com>
Date: Tue, 9 Sep 2025 10:03:10 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
 =?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Created using spr 1.3.6
---
 llvm/include/module.modulemap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap
index f9597b569ce15..6269acb71d132 100644
--- a/llvm/include/module.modulemap
+++ b/llvm/include/module.modulemap
@@ -406,7 +406,7 @@ module LLVM_Utils {
     exclude header "llvm/Support/PluginLoader.h"
     exclude header "llvm/Support/Solaris/sys/regset.h"
     textual header "llvm/Support/TargetOpcodes.def"
-
+    textual header "llvm/Support/VirtualOutputConfig.def"
   }
 
   module TargetParser {



More information about the llvm-commits mailing list