Skip to content

Commit 5a1243c

Browse files
[Support][modulemap] Fix LLVM_Support modulemap broken in #113364 (#157715)
Add VirtualOutputConfig.def to textual header.
1 parent d3c72d6 commit 5a1243c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/module.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ module LLVM_Utils {
406406
exclude header "llvm/Support/PluginLoader.h"
407407
exclude header "llvm/Support/Solaris/sys/regset.h"
408408
textual header "llvm/Support/TargetOpcodes.def"
409-
409+
textual header "llvm/Support/VirtualOutputConfig.def"
410410
}
411411

412412
module TargetParser {

0 commit comments

Comments
 (0)