forked from OSchip/llvm-project
Forgot to include the diagnose_unwind.py script in the initialization of
the lldb.macosx folder. llvm-svn: 180078
This commit is contained in:
parent
caae381b35
commit
8ed67139c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue