From d948b98cba54084d0473708a8b85228489dad842 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 12 Dec 2014 02:25:18 +0000 Subject: [PATCH] Update the modules build to match r223802. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224091 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 99401cc14bb..61f65510c4e 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -75,8 +75,9 @@ module LLVM_IR { exclude header "IR/PassManager.h" exclude header "IR/LegacyPassManager.h" - // This is intended for (repeated) textual inclusion. + // These are intended for (repeated) textual inclusion. textual header "IR/Instruction.def" + textual header "IR/Metadata.def" } module LLVM_LegacyPassManager { -- 2.34.1