From a07988d18525074fa858d11032a10e3c3bbdfb4f Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Tue, 4 Jul 2017 16:29:38 +0000 Subject: [PATCH] [globalisel][tablegen] Fix the modules build after r307079 Exclude InstructionSelectorImpl.h since DEBUG_TYPE may vary between includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307093 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 dd419e86131..766198bbc5d 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -23,6 +23,7 @@ module LLVM_Backend { exclude header "CodeGen/CommandFlags.h" exclude header "CodeGen/LinkAllAsmWriterComponents.h" exclude header "CodeGen/LinkAllCodegenComponents.h" + exclude header "CodeGen/GlobalISel/InstructionSelectorImpl.h" // These are intended for (repeated) textual inclusion. textual header "CodeGen/DIEValue.def" -- 2.11.0