Give lldb a clean null build.
authorNico Weber <nicolasweber@gmx.de>
Fri, 16 Jan 2015 00:35:05 +0000 (00:35 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 16 Jan 2015 00:35:05 +0000 (00:35 +0000)
commit0a3a7ccb3a42d9fc60d2d02135e928eaac19b1e4
treeb35a32403dcc0bcf05442d670a734502c722e3cc
parenta975d4df1d656a47580594efbbbcfabff04fa2e2
Give lldb a clean null build.

`ninja lldb` used to always run "echo -n", which on OS X results in literally
echoing "-n" to the screen.  Just remove the command from add_custom_target,
then it only adds an alias and `ninja lldb` now reports "no work to do".

Other than that, no intended behavior change.

llvm-svn: 226233
lldb/scripts/CMakeLists.txt