[Lldb-commits] [PATCH] D60400: Remove unneeded #ifdef SWIGs

2019-04-09 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB357984: Remove unneeded #ifdef SWIGs (authored by labath, committed by ). Herald added a subscriber: abidh. Herald added a project: LLDB. Changed prior to commit: https://reviews.llvm.org/D60400?vs=1

[Lldb-commits] [PATCH] D60400: Remove unneeded #ifdef SWIGs

2019-04-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60400/new/ https://reviews.llvm.org/D60400 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D60400: Remove unneeded #ifdef SWIGs

2019-04-08 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: JDevlieghere, clayborg, jingham. Some of these were present in files which should never be read by swig (and we also had one in the interface file, which is only read by swig). They are probably leftovers from the time when we were running swig