Skip to content

Commit 957b24c

Browse files
Fix the build errors when enabling -DLLVM_ENABLE_MODULES=On and change e53e6ec
Build Failure: https://green.lab.llvm.org/green/job/lldb-cmake/41267/ Differential Revision: https://reviews.llvm.org/D119473
1 parent 719b865 commit 957b24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/module.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ module LLVM_BinaryFormat {
8383
textual header "BinaryFormat/ELFRelocs/x86_64.def"
8484
textual header "BinaryFormat/WasmRelocs.def"
8585
textual header "BinaryFormat/MsgPack.def"
86+
textual header "BinaryFormat/ELFRelocs/LoongArch.def"
8687
}
8788

8889
module LLVM_Config {

0 commit comments

Comments
 (0)