Re: [PATCH] D13813: Teach MyriadToolchain how to find its C++ header paths.

2016-09-26 Thread Eugene Zelenko via cfe-commits
Eugene.Zelenko added a subscriber: Eugene.Zelenko. Eugene.Zelenko closed this revision. Eugene.Zelenko added a comment. Committed in https://reviews.llvm.org/rL250536. https://reviews.llvm.org/D13813 ___ cfe-commits mailing list cfe-commits@lists.ll

Re: [PATCH] D13813: Teach MyriadToolchain how to find its C++ header paths.

2015-10-16 Thread Douglas Katzman via cfe-commits
dougk accepted this revision. dougk added a comment. This revision is now accepted and ready to land. I'd have titled the CL such that emphasis on what people might find generally useful: "Move addLibStdCXXIncludePaths method from Linux to Generic_GCC .. and incidentally make MyriadToolchain use

[PATCH] D13813: Teach MyriadToolchain how to find its C++ header paths.

2015-10-16 Thread James Y Knight via cfe-commits
jyknight created this revision. jyknight added a reviewer: dougk. jyknight added a subscriber: cfe-commits. Herald added a subscriber: jyknight. Also move the addLibStdCXXIncludePaths helper function from Linux to Generic_GCC. http://reviews.llvm.org/D13813 Files: lib/Driver/ToolChains.cpp l