Fix the build errors when enabling -DLLVM_ENABLE_MODULES=On and change e53e6ec6ef74
authorShubham Sandeep Rastogi <srastogi22@apple.com>
Thu, 10 Feb 2022 20:37:59 +0000 (12:37 -0800)
committerShubham Sandeep Rastogi <srastogi22@apple.com>
Thu, 10 Feb 2022 21:36:55 +0000 (13:36 -0800)
Build Failure: https://green.lab.llvm.org/green/job/lldb-cmake/41267/

Differential Revision: https://reviews.llvm.org/D119473

llvm/include/llvm/module.modulemap

index d0693cc..c6be8eb 100644 (file)
@@ -83,6 +83,7 @@ module LLVM_BinaryFormat {
     textual header "BinaryFormat/ELFRelocs/x86_64.def"
     textual header "BinaryFormat/WasmRelocs.def"
     textual header "BinaryFormat/MsgPack.def"
+    textual header "BinaryFormat/ELFRelocs/LoongArch.def"
 }
 
 module LLVM_Config {