This is an archive of the discontinued LLVM Phabricator instance.

Remove Plugins/Process/POSIX from include_directories
ClosedPublic

Authored by labath on Apr 10 2017, 2:37 AM.

Details

Summary

The files there can always be referred to using their full path, which
is what most of the code has been doing already, so this makes the
situation more consistent. Also fix the the code in the FreeBSD plugin
to use the new paths.

Event Timeline

labath created this revision.Apr 10 2017, 2:37 AM
eugene accepted this revision.Apr 10 2017, 11:29 AM

Thanks for doing it. IMO we should always strive to use "absolute" path for all headers.

This revision is now accepted and ready to land.Apr 10 2017, 11:29 AM

Thank you for working on it!

This revision was automatically updated to reflect the committed changes.