[PATCH] D53770: Support g++ headers in include/g++

David Greene via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 29 07:29:53 PDT 2018


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





More information about the cfe-commits mailing list