diff options
author | Ilia K <ki.stfu@gmail.com> | 2015-02-13 22:30:11 +0000 |
---|---|---|
committer | Ilia K <ki.stfu@gmail.com> | 2015-02-13 22:30:11 +0000 |
commit | a7e79c1b448ff7ec90b1fee27e7e148275a2fd94 (patch) | |
tree | 22b0d2443f621cc02e73ecf1c8bab269a20b6378 /lldb/scripts/Python/finish-swig-Python-LLDB.sh | |
parent | 8911240c9e2d28f387310f8fc51db9ce35051dbe (diff) | |
download | bcm5719-llvm-a7e79c1b448ff7ec90b1fee27e7e148275a2fd94.tar.gz bcm5719-llvm-a7e79c1b448ff7ec90b1fee27e7e148275a2fd94.zip |
Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636" and r229159 "Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, but it requires 4 arguments"
llvm-svn: 229166
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index eb8ec11d9da..690e88272d3 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -167,7 +167,6 @@ else fi fi -# Make symlink for darwin-debug on Darwin if [ ${OS_NAME} = "Darwin" ] && [ $MakefileCalled -ne 0 ] then # We are being built by CMake on Darwin @@ -188,27 +187,6 @@ then fi fi -# Make symlink for argdumper on any platform -if [ $MakefileCalled -ne 0 ] -then - # We are being built by CMake - - if [ ! -L "${framework_python_dir}/argdumper" ] - then - if [ $Debug -eq 1 ] - then - echo "Creating symlink for argdumper" - fi - cd "${framework_python_dir}" - ln -s "../../../../bin/argdumper" argdumper - else - if [ $Debug -eq 1 ] - then - echo "${framework_python_dir}/argdumper already exists." - fi - fi -fi - create_python_package () { package_dir="${framework_python_dir}$1" package_files="$2" |