Skip to content

Commit

Permalink
add LoongArchTargetParser.def to LLVM_Utils module
Browse files Browse the repository at this point in the history
Weinling Lu's change from https://reviews.llvm.org/D136146
fails to build with -DLLVM_ENABLE_MODULES=1 cmake builds
like the LLDB Incremental CI bot on greendragon; this entry
is sufficient to unblock that style of build, it seems.
  • Loading branch information
jasonmolenda committed Nov 10, 2022
1 parent 563d03d commit a2a4ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/module.modulemap
Expand Up @@ -420,6 +420,7 @@ module LLVM_Utils {
textual header "Support/RISCVTargetParser.def"
textual header "Support/TargetOpcodes.def"
textual header "Support/X86TargetParser.def"
textual header "Support/LoongArchTargetParser.def"
}

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

0 comments on commit a2a4ccd

Please sign in to comment.