This is an archive of the discontinued LLVM Phabricator instance.

Avoid using `..` in paths for include dirs.
ClosedPublic

Authored by sas on Oct 26 2015, 1:21 PM.

Details

Summary

This breaks when using a symlink from llvm/tools/lldb to the lldb source
tree, instead of cloning directly as a child. With this change, we can
build properly, even when using links.

Diff Detail

Repository
rL LLVM

Event Timeline

sas updated this revision to Diff 38454.Oct 26 2015, 1:21 PM
sas retitled this revision from to Avoid using `..` in paths for include dirs..
sas updated this object.
sas added reviewers: dawn, brucem.
sas added a subscriber: lldb-commits.
zturner accepted this revision.Oct 26 2015, 1:21 PM
zturner added a reviewer: zturner.
This revision is now accepted and ready to land.Oct 26 2015, 1:21 PM
This revision was automatically updated to reflect the committed changes.