From 957b24ca9f1e04f1009eeb3273897feb0c8272fe Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Thu, 10 Feb 2022 12:37:59 -0800 Subject: [PATCH] Fix the build errors when enabling -DLLVM_ENABLE_MODULES=On and change e53e6ec6ef74 Build Failure: https://green.lab.llvm.org/green/job/lldb-cmake/41267/ Differential Revision: https://reviews.llvm.org/D119473 --- llvm/include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index d0693cc..c6be8eb 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -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 { -- 2.7.4