[PATCH] D21390: redefinition of '__true_type' struct __true_type {}; - Bug 27991
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 16:27:01 PDT 2016
rsmith added inline comments.
================
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 * }
----------------
You should be able to remove all of these too.
Repository:
rL LLVM
http://reviews.llvm.org/D21390
More information about the cfe-commits
mailing list