rsmith added a comment.

This should only be needed if you are not using 
`-fmodules-local-submodule-visibility` and do not have a module map for your C 
standard library. Is that really a configuration we want to support? Building 
without `-fmodules-local-submodule-visibility` typically only works if you 
modularize bottom-up, due to issues exactly like this one.



================
Comment at: include/locale.h:2
+// -*- C++ -*-
+//===---------------------------- math.h 
----------------------------------===//
+//
----------------
This is not math.h.


https://reviews.llvm.org/D26826



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to