diff options
author | Enrico Granata <egranata@apple.com> | 2012-03-27 21:49:20 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2012-03-27 21:49:20 +0000 |
commit | bf70ee97b106d2fff908f7772cb36b6388817800 (patch) | |
tree | 52e110275e57ff7faae08f24a13778022722ed79 /lldb/scripts/Python | |
parent | f216c7df2b570650d5601ceabfbd58cd73df0e14 (diff) | |
download | bcm5719-llvm-bf70ee97b106d2fff908f7772cb36b6388817800.tar.gz bcm5719-llvm-bf70ee97b106d2fff908f7772cb36b6388817800.zip |
adding a summary for Objective-C type 'Class'
llvm-svn: 153541
Diffstat (limited to 'lldb/scripts/Python')
-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 b2c194984af..c3d54691ba5 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -452,6 +452,20 @@ else fi fi +if [ -f "${SRC_ROOT}/examples/summaries/cocoa/Class.py" ] +then + if [ $Debug == 1 ] + then + echo "Copying Class.py to ${framework_python_dir}" + fi + cp "${SRC_ROOT}/examples/summaries/cocoa/Class.py" "${framework_python_dir}" +else + if [ $Debug == 1 ] + then + echo "Unable to find ${SRC_ROOT}/examples/summaries/cocoa/Class.py" + fi +fi + if [ -f "${SRC_ROOT}/examples/summaries/cocoa/cache.py" ] then if [ $Debug == 1 ] |