[Lldb-commits] [PATCH] D69016: [lldb] move more things from python to cmake
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 16 03:42:41 PDT 2019
labath added a reviewer: JDevlieghere.
labath accepted this revision.
labath added a subscriber: JDevlieghere.
labath added a comment.
This revision is now accepted and ready to land.
In D69016#1710380 <https://reviews.llvm.org/D69016#1710380>, @davide wrote:
> What are you trying to accomplish here?
I believe the goal is to delete the custom python script completely and rely on cmake to do this instead. Now that we no longer have two build systems to worry about, I think this is a very good idea and it simplifies the code a lot. I believe that at least @JDevlieghere was also in favour of this direction.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69016/new/
https://reviews.llvm.org/D69016
More information about the lldb-commits
mailing list