commit | 509300d94c8f3d344d5ce2d6593fd0610c26df38 | [log] [tgz] |
---|---|---|
author | Todd Fiala <todd.fiala@gmail.com> | Wed Sep 16 15:34:06 2015 +0000 |
committer | Todd Fiala <todd.fiala@gmail.com> | Wed Sep 16 15:34:06 2015 +0000 |
tree | a33295266a1710e7941583fa3d85d328521e4977 | |
parent | 19074450ee2770684ff3d02e9e8872e49193d80b [diff] |
cmake fixes for lldb target. ninja lldb now does the following: * forces the python post-build step to fire, which sets up the python lldb module properly. * on Darwin and Linux, requires the lldb-server target to be built. * on Darwin, requires the debugserver target to be built. See http://reviews.llvm.org/D12899 for details. llvm-svn: 247810