From 78c5b7fe3c4439367159ca0ad6045103ffe15a05 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 26 Jun 2015 20:16:44 +0000 Subject: [PATCH] Add Value.def to the list of textual includes, excluding it from the modules build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240823 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index a9e6daf4977..dcc5ce1059f 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -124,6 +124,7 @@ module LLVM_IR { textual header "IR/DebugInfoFlags.def" textual header "IR/Instruction.def" textual header "IR/Metadata.def" + textual header "IR/Value.def" } module LLVM_IRReader { requires cplusplus umbrella "IRReader" module * { export * } } -- 2.34.1