diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-07-04 16:29:38 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-07-04 16:29:38 +0000 |
commit | f1530f25129831aee3a89222fea13245008faf6b (patch) | |
tree | db1f032c8ce31b3fe24cfad6917b85e4466b1374 | |
parent | c17a04c6c8b45d5c467b164dc9b5dc36922dbda3 (diff) | |
download | bcm5719-llvm-f1530f25129831aee3a89222fea13245008faf6b.tar.gz bcm5719-llvm-f1530f25129831aee3a89222fea13245008faf6b.zip |
[globalisel][tablegen] Fix the modules build after r307079
Exclude InstructionSelectorImpl.h since DEBUG_TYPE may vary between includes.
llvm-svn: 307093
-rw-r--r-- | llvm/include/llvm/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index dd419e86131..766198bbc5d 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/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" |