Re: [Lldb-commits] [lldb] r246518 - Attempt at fixing the CMake build

2015-09-01 Thread Pavel Labath via lldb-commits
Hello, the cmake fixes seem fine, but something about your changes broke all libcxx tests, regardless of the build system: osx/xcode: < http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/5309>, linux/cmake: < http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/575

Re: [Lldb-commits] [lldb] r246518 - Attempt at fixing the CMake build

2015-08-31 Thread Enrico Granata via lldb-commits
> On Aug 31, 2015, at 6:23 PM, Enrico Granata via lldb-commits > wrote: > > Author: enrico > Date: Mon Aug 31 20:23:02 2015 > New Revision: 246518 > > URL: http://llvm.org/viewvc/llvm-project?rev=246518&view=rev > Log: > Attempt at fixing the CMake build > > Modified: >lldb/trunk/cmake/LL

[Lldb-commits] [lldb] r246518 - Attempt at fixing the CMake build

2015-08-31 Thread Enrico Granata via lldb-commits
Author: enrico Date: Mon Aug 31 20:23:02 2015 New Revision: 246518 URL: http://llvm.org/viewvc/llvm-project?rev=246518&view=rev Log: Attempt at fixing the CMake build Modified: lldb/trunk/cmake/LLDBDependencies.cmake lldb/trunk/source/Plugins/Language/CMakeLists.txt Modified: lldb/trunk/