diff options
author | Chris Bieneman <beanz@apple.com> | 2016-10-27 22:51:41 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-10-27 22:51:41 +0000 |
commit | 91967bd301cba2185b612b9b686cb7367383a00e (patch) | |
tree | a7ae0fc540284e0462169f5b74b5499106a01636 /lldb/scripts/Python/finish-swig-Python-LLDB.sh | |
parent | 0b82459c6cf22a17d116f836c0e47749b9ad5f4b (diff) | |
download | bcm5719-llvm-91967bd301cba2185b612b9b686cb7367383a00e.tar.gz bcm5719-llvm-91967bd301cba2185b612b9b686cb7367383a00e.zip |
[CMake] Rename lldb-launcher to darwin-debug
Summary: This tool is only built on Darwin, and the name darwin-debug matches the Xcode project. We should have this in sync unless there is a good reason not to.
Reviewers: zturner, tfiala, labath
Subscribers: labath, mgorny, lldb-commits
Differential Revision: https://reviews.llvm.org/D25745
llvm-svn: 285356
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index f294b6429bd..31bc2b349da 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -179,7 +179,6 @@ then echo "Creating symlink for darwin-debug" fi cd "${framework_python_dir}" - ln -s "../../../../bin/lldb-launcher" darwin-debug else if [ $Debug -eq 1 ] then |