This is an archive of the discontinued LLVM Phabricator instance.

[HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directory
ClosedPublic

Authored by arphaman on Nov 13 2018, 4:28 PM.

Details

Summary

Include search paths can be relative paths. The loadSubdirectoryModuleMaps function should account for that and respect the -working-directory parameter given to Clang.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman created this revision.Nov 13 2018, 4:28 PM
bruno accepted this revision.Nov 13 2018, 5:00 PM

LGTM

This revision is now accepted and ready to land.Nov 13 2018, 5:00 PM
This revision was automatically updated to reflect the committed changes.