From 3508487f37d907459427902517aa64ff55c33ddf Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 5 Mar 2012 20:05:24 +0000 Subject: Copying a new file required for the updated formatters to work into LLDB.framework llvm-svn: 152053 --- lldb/scripts/Python/finish-swig-Python-LLDB.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lldb/scripts/Python') 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 ] -- cgit v1.2.3