[all-commits] [llvm/llvm-project] 9a3dbc: [lldb] Move finish_swig logic into a function in t...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jul 29 18:05:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9a3dbc972322413045bb5672b0fd3ba8c216c987
https://github.com/llvm/llvm-project/commit/9a3dbc972322413045bb5672b0fd3ba8c216c987
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M lldb/CMakeLists.txt
M lldb/bindings/CMakeLists.txt
Log Message:
-----------
[lldb] Move finish_swig logic into a function in the binding dir
Move the finish_swig logic into a function in the bindings directory. By
making this a function I can reuse the logic internally where we ship
two Python versions and therefore need to finish the bindings twice.
More information about the All-commits
mailing list