[llvm] f467aa1 - [Support] Fix the build errors because missing CSKYTargetParser.def in module.modulemap of 21bce9007ae8

Zi Xuan Wu via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 27 21:58:37 PST 2022


Author: Zi Xuan Wu
Date: 2022-02-28T13:47:55+08:00
New Revision: f467aa1b6477585829f973e3adf8c35b6e99dc47

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

LOG: [Support] Fix the build errors because missing CSKYTargetParser.def in module.modulemap of 21bce9007ae8

Add textual header "Support/CSKYTargetParser.def" in module.modulemap.

Build Failure: https://green.lab.llvm.org/green/job/lldb-cmake/41771

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 84ebd63451ed2..2e6bf791330d1 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -412,6 +412,7 @@ module LLVM_Utils {
     // These are intended for textual inclusion.
     textual header "Support/AArch64TargetParser.def"
     textual header "Support/ARMTargetParser.def"
+    textual header "Support/CSKYTargetParser.def"
     textual header "Support/RISCVTargetParser.def"
     textual header "Support/TargetOpcodes.def"
     textual header "Support/X86TargetParser.def"


        


More information about the llvm-commits mailing list