add LoongArchTargetParser.def to LLVM_Utils module
authorJason Molenda <jason@molenda.com>
Thu, 10 Nov 2022 18:21:29 +0000 (10:21 -0800)
committerJason Molenda <jason@molenda.com>
Thu, 10 Nov 2022 18:24:33 +0000 (10:24 -0800)
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.

llvm/include/llvm/module.modulemap

index 63c2a1f..1867dea 100644 (file)
@@ -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.