greened added inline comments.

================
Comment at: lib/Driver/ToolChains/Linux.cpp:927-928
       LibDir.str() + "/../include/c++",
+      // Some gcc installations put headers under "g++" without a
+      // version suffix.
+      LibDir.str() + "/../include/g++",
----------------
rsmith wrote:
> It'd be useful to say who this "some" is, so we can check whether this is 
> still a valid concern in the future.
I will try to find out where we got the package from.


Repository:
  rC Clang

https://reviews.llvm.org/D53770



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

Reply via email to