[llvm] 649ecf8 - Add missing textual header to module map

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 10:24:27 PST 2024


Author: Adrian Prantl
Date: 2024-01-29T10:24:13-08:00
New Revision: 649ecf88ed8814fcd95ca7fa34e9aeaf5728e823

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

LOG: Add missing textual header to module map

Added: 
    

Modified: 
    llvm/include/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap
index 619f5237d05d2a..e60e03a282ac6e 100644
--- a/llvm/include/module.modulemap
+++ b/llvm/include/module.modulemap
@@ -398,6 +398,7 @@ module LLVM_Utils {
     textual header "llvm/TargetParser/CSKYTargetParser.def"
     textual header "llvm/TargetParser/X86TargetParser.def"
     textual header "llvm/TargetParser/LoongArchTargetParser.def"
+    textual header "llvm/TargetParser/PPCTargetParser.def"
   }
 
   // This part of the module is usable from both C and C++ code.


        


More information about the llvm-commits mailing list