[PATCH] D21390: redefinition of '__true_type' struct __true_type {}; - Bug 27991
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 01:08:25 PDT 2016
v.g.vassilev closed this revision.
v.g.vassilev added a comment.
Landed in r272877.
================
Comment at: include/llvm/module.modulemap:121-126
@@ -106,8 +120,8 @@
// FIXME: Is this the right place for these?
module Pass { header "Pass.h" export * }
module PassSupport { header "PassSupport.h" export * }
module PassAnalysisSupport { header "PassAnalysisSupport.h" export * }
module PassRegistry { header "PassRegistry.h" export * }
module InitializePasses { header "InitializePasses.h" export * }
----------------
rsmith wrote:
> You should be able to remove all of these too.
Done.
Repository:
rL LLVM
http://reviews.llvm.org/D21390
More information about the cfe-commits
mailing list