Fix darwin-debug build in cmake (OS X)
authorZachary Turner <zturner@google.com>
Mon, 26 Jan 2015 17:23:18 +0000 (17:23 +0000)
committerZachary Turner <zturner@google.com>
Mon, 26 Jan 2015 17:23:18 +0000 (17:23 +0000)
commit0bf09687fb624c78e97d2546216558e25c9f4cb3
tree92522a714cb47c10b23ad15dd1fadd89b62f9bf3
parent078b612de1ea10c7c0bf2645b9bcdcf12086f522
Fix darwin-debug build in cmake (OS X)

This patch fixes test_launch_in_terminal test which doesn't work
in OS X since the moment as it was added in r225284. The test fails
because Target::Launch returns the following error: "the darwin-debug
executable doesn't exist at
<output_dir>/lib/python2.7/site-packages/lldb/darwin-debug'".

Patch by Ilia K
Differential Revision: http://reviews.llvm.org/D7102

llvm-svn: 227096
lldb/scripts/Python/finish-swig-Python-LLDB.sh
lldb/scripts/Python/finishSwigPythonLLDB.py
lldb/tools/CMakeLists.txt
lldb/tools/darwin-debug/CMakeLists.txt [new file with mode: 0644]