Re: [Lldb-commits] [PATCH] D14089: Avoid using `..` in paths for include dirs.

2015-10-28 Thread Stephane Sezer via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251530: Avoid using `..` in paths for include dirs. (authored by sas). Changed prior to commit: http://reviews.llvm.org/D14089?vs=38454&id=38670#toc Repository: rL LLVM http://reviews.llvm.org/D1408

[Lldb-commits] [PATCH] D14089: Avoid using `..` in paths for include dirs.

2015-10-26 Thread Stephane Sezer via lldb-commits
sas created this revision. sas added reviewers: dawn, brucem. sas added a subscriber: lldb-commits. 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. http://reviews