Re: [Lldb-commits] [PATCH] Switch python install to use an install(DIRECTORY ...) cmake command rather than a cmake script

2014-06-16 Thread Chandler Carruth
Thanks, submitted in r211028. http://reviews.llvm.org/D4151 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] Switch python install to use an install(DIRECTORY ...) cmake command rather than a cmake script

2014-06-15 Thread Chandler Carruth
In addition to cleaning things up, this allows more easy access to the variables. In the old version, it tried to pass variables as -D flags to cmake, but this didn't actually work. CMake drops all of those arguments on the floor (try passing garbage through them) and just picks up the limited s