mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
[lldb/CMake] Add in_call_stack to the utilities package
A subset of the examples are shipped as python packages. Include the in_call_stack utility.
This commit is contained in:
@@ -153,7 +153,8 @@ if (NOT LLDB_DISABLE_PYTHON)
|
||||
"${LLDB_SOURCE_DIR}/examples/summaries/cocoa/Logger.py")
|
||||
|
||||
create_python_package("utils"
|
||||
FILES "${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
|
||||
FILES "${LLDB_SOURCE_DIR}/examples/python/in_call_stack.py"
|
||||
"${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
|
||||
|
||||
if(APPLE)
|
||||
create_python_package("macosx"
|
||||
|
||||
Reference in New Issue
Block a user