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

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 26 12:35:07 PDT 2018


rsmith added a comment.

This needs a test.



================
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++",
----------------
It'd be useful to say who this "some" is, so we can check whether this is still a valid concern in the future.


Repository:
  rC Clang

https://reviews.llvm.org/D53770





More information about the cfe-commits mailing list