[Lldb-commits] [PATCH] D96096: [lldb] Emit type annotation in SWIG generated Python code.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 5 08:51:43 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5228ef556e5: [lldb] Emit type annotation in SWIG generated Python code. (authored by JDevlieghere).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96096/new/
https://reviews.llvm.org/D96096
Files:
lldb/bindings/python/CMakeLists.txt
Index: lldb/bindings/python/CMakeLists.txt
===================================================================
--- lldb/bindings/python/CMakeLists.txt
+++ lldb/bindings/python/CMakeLists.txt
@@ -10,6 +10,7 @@
-c++
-shadow
-python
+ -py3
-threads
-outdir ${CMAKE_CURRENT_BINARY_DIR}
-o ${CMAKE_CURRENT_BINARY_DIR}/LLDBWrapPython.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96096.321788.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210205/f96e80ee/attachment.bin>
More information about the lldb-commits
mailing list