[all-commits] [llvm/llvm-project] 871388: [dexter] Require python >= 3.6
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Thu Apr 23 02:46:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 871388e384dc39bf7c69866ab851e2fbaff8d4c8
https://github.com/llvm/llvm-project/commit/871388e384dc39bf7c69866ab851e2fbaff8d4c8
Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M debuginfo-tests/dexter/dexter.py
Log Message:
-----------
[dexter] Require python >= 3.6
The documentation says we need python >= 3.6. Running it with an older
version, we get verbose output from python interpreter.
This patch fixes that as:
$ python2 dexter.py list-debuggers
You need python 3.6 or later to run DExTer
Differential Revision: https://reviews.llvm.org/D78621
More information about the All-commits
mailing list