Copying a new file required for the updated formatters to work into LLDB.framework

llvm-svn: 152053
This commit is contained in:
Enrico Granata 2012-03-05 20:05:24 +00:00
parent cfdafa37b4
commit 3508487f37
1 changed files with 14 additions and 0 deletions

View File

@ -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 ]