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
Loading
Please sign in to comment