[Lldb-commits] [PATCH] D70934: [Reproducer] Add version check

2019-12-03 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG62827737acd8: [lldb/Reproducer] Add version check (authored by JDevlieghere). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70934/new/ https://reviews.llvm.

[Lldb-commits] [PATCH] D70934: [Reproducer] Add version check

2019-12-03 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Seems legit. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70934/new/ https://reviews.llvm.org/D70934 ___ lldb

[Lldb-commits] [PATCH] D70934: [Reproducer] Add version check

2019-12-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: labath. Herald added subscribers: teemperor, abidh. Herald added a project: LLDB. To ensure a reproducer works correctly, the version of LLDB used for capture and replay must match. Right now the reproducer already contains the LL