Add missing module map entry

This commit is contained in:
Adrian Prantl 2020-03-20 10:50:12 -07:00
parent 5de4ba1770
commit 18e8f27ad8
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ module LLVM_IR {
textual header "IR/Metadata.def" textual header "IR/Metadata.def"
textual header "IR/FixedMetadataKinds.def" textual header "IR/FixedMetadataKinds.def"
textual header "IR/Value.def" textual header "IR/Value.def"
textual header "IR/VPIntrinsics.def"
textual header "IR/RuntimeLibcalls.def" textual header "IR/RuntimeLibcalls.def"
} }