[PATCH] D95393: [lit] Update lit.py shebang for Python3
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 17:30:28 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6f1d4fb8fc52: [lit] Update lit.py shebang for Python3 (authored by yln).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95393/new/
https://reviews.llvm.org/D95393
Files:
llvm/utils/lit/lit.py
Index: llvm/utils/lit/lit.py
===================================================================
--- llvm/utils/lit/lit.py
+++ llvm/utils/lit/lit.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from lit.main import main
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95393.319175.patch
Type: text/x-patch
Size: 243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210126/bf45f725/attachment.bin>
More information about the llvm-commits
mailing list