This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Allow drivers to add multiple libc++ include paths
ClosedPublic

Authored by phosek on Apr 8 2018, 8:53 PM.

Details

Summary

This allows toolchain drivers to add multiple libc++ include paths akin
to libstdc++. This is useful in multiarch setup when some headers might
be in target specific include directory. There should be no functional
change.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Apr 8 2018, 8:53 PM
rnk accepted this revision.Apr 10 2018, 10:37 AM

lgtm

This revision is now accepted and ready to land.Apr 10 2018, 10:37 AM
This revision was automatically updated to reflect the committed changes.