Skip to content

Commit

Permalink
Add missing textual header to module map
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Jan 29, 2024
1 parent 155f24b commit 649ecf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ module LLVM_Utils {
textual header "llvm/TargetParser/CSKYTargetParser.def"
textual header "llvm/TargetParser/X86TargetParser.def"
textual header "llvm/TargetParser/LoongArchTargetParser.def"
textual header "llvm/TargetParser/PPCTargetParser.def"
}

// This part of the module is usable from both C and C++ code.
Expand Down

0 comments on commit 649ecf8

Please sign in to comment.