[PATCH] D69724: [dexter] Remove lit check for python 3

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 10:57:09 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7035ea6e3e43: [dexter] Remove lit check for python 3 (authored by rnk).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69724/new/

https://reviews.llvm.org/D69724

Files:
  debuginfo-tests/dexter/feature_tests/lit.local.cfg


Index: debuginfo-tests/dexter/feature_tests/lit.local.cfg
===================================================================
--- debuginfo-tests/dexter/feature_tests/lit.local.cfg
+++ debuginfo-tests/dexter/feature_tests/lit.local.cfg
@@ -1,8 +1,2 @@
 config.name = "DExTer feature tests"
 config.suffixes = ['.cpp', '.c', '.test']
-
-# Dexter requires python3
-
-import sys
-if sys.version_info.major < 3:
-    config.unsupported = True


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69724.227925.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191105/a9529fad/attachment.bin>


More information about the llvm-commits mailing list