Re: [Lldb-commits] [PATCH] Fix the search path for CMake files

2016-02-04 Thread Niels Ole Salscheider via lldb-commits
On Thursday, 4 February 2016, 23:02:13 CET, Zachary Turner wrote: > Seems fine. Does this only affect the LLDB Standalone build? I don't know > if any of the main contributors test that, but if you test it and it works > for you then I guess this is ok. Yes, this is only relevant for the standal

Re: [Lldb-commits] [PATCH] Fix the search path for CMake files

2016-02-04 Thread Zachary Turner via lldb-commits
Seems fine. Does this only affect the LLDB Standalone build? I don't know if any of the main contributors test that, but if you test it and it works for you then I guess this is ok. On Thu, Feb 4, 2016 at 2:52 PM Niels Ole Salscheider via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Thi

[Lldb-commits] [PATCH] Fix the search path for CMake files

2016-02-04 Thread Niels Ole Salscheider via lldb-commits
This allows to find the LLVM's CMake files after moving them in r259821. --- cmake/modules/LLDBStandalone.cmake | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/modules/LLDBStandalone.cmake b/cmake/modules/LLDBStandalone.cmake index d3955f1..4fa5ca9 100644 --- a/c