[llvm] 18e8f27 - Add missing module map entry

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 11:11:49 PDT 2020


Author: Adrian Prantl
Date: 2020-03-20T11:11:27-07:00
New Revision: 18e8f27ad87e4a7dfd25629a6c880ce63a450e26

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

LOG: Add missing module map entry

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 3c8639992fdd..ff05f6251fb0 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -290,6 +290,7 @@ module LLVM_IR {
   textual header "IR/Metadata.def"
   textual header "IR/FixedMetadataKinds.def"
   textual header "IR/Value.def"
+  textual header "IR/VPIntrinsics.def"
   textual header "IR/RuntimeLibcalls.def"
 }
 


        


More information about the llvm-commits mailing list