[llvm] 957b24c - Fix the build errors when enabling -DLLVM_ENABLE_MODULES=On and change e53e6ec6ef74

Shubham Sandeep Rastogi via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 13:37:18 PST 2022


Author: Shubham Sandeep Rastogi
Date: 2022-02-10T13:36:55-08:00
New Revision: 957b24ca9f1e04f1009eeb3273897feb0c8272fe

URL: https://github.com/llvm/llvm-project/commit/957b24ca9f1e04f1009eeb3273897feb0c8272fe
DIFF: https://github.com/llvm/llvm-project/commit/957b24ca9f1e04f1009eeb3273897feb0c8272fe.diff

LOG: 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

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index d0693ccfd8f6..c6be8ebd40c9 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 {


        


More information about the llvm-commits mailing list