Forgot to include the diagnose_unwind.py script in the initialization of

the lldb.macosx folder.

llvm-svn: 180078
This commit is contained in:
Jason Molenda 2013-04-23 04:21:14 +00:00
parent caae381b35
commit 8ed67139c4
1 changed files with 2 additions and 1 deletions

View File

@ -244,7 +244,8 @@ if [ ${OS_NAME} = "Darwin" ]
then
# lldb/macosx
package_files="${SRC_ROOT}/examples/python/crashlog.py
${SRC_ROOT}/examples/darwin/heap_find/heap.py"
${SRC_ROOT}/examples/darwin/heap_find/heap.py
${SRC_ROOT}/examples/python/unwind_diagnose.py"
create_python_package "/macosx" "${package_files}"
# Copy files needed by lldb/macosx/heap.py to build libheap.dylib