This is an archive of the discontinued LLVM Phabricator instance.

Teach MyriadToolchain how to find its C++ header paths.
ClosedPublic

Authored by jyknight on Oct 16 2015, 8:30 AM.

Details

Reviewers
dougk
Summary

Also move the addLibStdCXXIncludePaths helper function from Linux to
Generic_GCC.

Diff Detail

Event Timeline

jyknight updated this revision to Diff 37593.Oct 16 2015, 8:30 AM
jyknight retitled this revision from to Teach MyriadToolchain how to find its C++ header paths..
jyknight updated this object.
jyknight added a reviewer: dougk.
jyknight added a subscriber: cfe-commits.
dougk accepted this revision.Oct 16 2015, 9:41 AM
dougk edited edge metadata.

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 that"

This revision is now accepted and ready to land.Oct 16 2015, 9:41 AM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL250536.