[PATCH] D119473: Fix the build errors when enabling -DLLVM_ENABLE_MODULES=On and change e53e6ec6ef74
Shubham Sandeep Rastogi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 13:37:15 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG957b24ca9f1e: Fix the build errors when enabling -DLLVM_ENABLE_MODULES=On and changeā¦ (authored by rastogishubham).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119473/new/
https://reviews.llvm.org/D119473
Files:
llvm/include/llvm/module.modulemap
Index: llvm/include/llvm/module.modulemap
===================================================================
--- llvm/include/llvm/module.modulemap
+++ llvm/include/llvm/module.modulemap
@@ -83,6 +83,7 @@
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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119473.407664.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/42268115/attachment.bin>
More information about the llvm-commits
mailing list