[llvm] r307093 - [globalisel][tablegen] Fix the modules build after r307079
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 4 09:29:38 PDT 2017
Author: dsanders
Date: Tue Jul 4 09:29:38 2017
New Revision: 307093
URL: http://llvm.org/viewvc/llvm-project?rev=307093&view=rev
Log:
[globalisel][tablegen] Fix the modules build after r307079
Exclude InstructionSelectorImpl.h since DEBUG_TYPE may vary between includes.
Modified:
llvm/trunk/include/llvm/module.modulemap
Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=307093&r1=307092&r2=307093&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Tue Jul 4 09:29:38 2017
@@ -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"
More information about the llvm-commits
mailing list