diff options
author | Enrico Granata <egranata@apple.com> | 2012-03-05 20:05:24 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2012-03-05 20:05:24 +0000 |
commit | 3508487f37d907459427902517aa64ff55c33ddf (patch) | |
tree | 9e983e7b67fd07ec8f8185704a8ab282869e4a00 /lldb/scripts/Python/finish-swig-Python-LLDB.sh | |
parent | cfdafa37b4d3552268a92d7dfd107ed92d3dca51 (diff) | |
download | bcm5719-llvm-3508487f37d907459427902517aa64ff55c33ddf.tar.gz bcm5719-llvm-3508487f37d907459427902517aa64ff55c33ddf.zip |
Copying a new file required for the updated formatters to work into LLDB.framework
llvm-svn: 152053
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index c9bcba11a3b..96780925cd0 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -466,6 +466,20 @@ else fi fi +if [ -f "${SRC_ROOT}/examples/summaries/cocoa/attrib_fromdict.py" ] +then + if [ $Debug == 1 ] + then + echo "Copying attrib_fromdict.py to ${framework_python_dir}" + fi + cp "${SRC_ROOT}/examples/summaries/cocoa/attrib_fromdict.py" "${framework_python_dir}" +else + if [ $Debug == 1 ] + then + echo "Unable to find ${SRC_ROOT}/examples/summaries/cocoa/attrib_fromdict.py" + fi +fi + if [ -f "${SRC_ROOT}/examples/summaries/cocoa/objc_lldb.py" ] then if [ $Debug == 1 ] |