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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits