[Lldb-commits] [PATCH] D85708: [lldb/CMake] Separate CMake code for Lua and Python (NFC)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 10 23:15:21 PDT 2020


JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added a subscriber: mgorny.
JDevlieghere requested review of this revision.

Separate the CMake logic for Lua and Python to clearly distinguish between code specific to either scripting language and the code shared by both.


https://reviews.llvm.org/D85708

Files:
  lldb/CMakeLists.txt
  lldb/bindings/CMakeLists.txt
  lldb/bindings/lua.swig
  lldb/bindings/lua/CMakeLists.txt
  lldb/bindings/lua/lua.swig
  lldb/bindings/python.swig
  lldb/bindings/python/CMakeLists.txt
  lldb/bindings/python/python.swig
  lldb/docs/CMakeLists.txt
  lldb/source/API/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85708.284583.patch
Type: text/x-patch
Size: 21262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200811/00b9a798/attachment-0001.bin>


More information about the lldb-commits mailing list