[llvm] a2a4ccd - add LoongArchTargetParser.def to LLVM_Utils module
Jason Molenda via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 10:24:41 PST 2022
Author: Jason Molenda
Date: 2022-11-10T10:24:33-08:00
New Revision: a2a4ccd54706e1ebbb0a1f98fc71bd1ef1e06a34
URL: https://github.com/llvm/llvm-project/commit/a2a4ccd54706e1ebbb0a1f98fc71bd1ef1e06a34
DIFF: https://github.com/llvm/llvm-project/commit/a2a4ccd54706e1ebbb0a1f98fc71bd1ef1e06a34.diff
LOG: add LoongArchTargetParser.def to LLVM_Utils module
Weinling Lu's change from https://reviews.llvm.org/D136146
fails to build with -DLLVM_ENABLE_MODULES=1 cmake builds
like the LLDB Incremental CI bot on greendragon; this entry
is sufficient to unblock that style of build, it seems.
Added:
Modified:
llvm/include/llvm/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 63c2a1f54cc5..1867dea570db 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -420,6 +420,7 @@ module LLVM_Utils {
textual header "Support/RISCVTargetParser.def"
textual header "Support/TargetOpcodes.def"
textual header "Support/X86TargetParser.def"
+ textual header "Support/LoongArchTargetParser.def"
}
// This part of the module is usable from both C and C++ code.
More information about the llvm-commits
mailing list