OSDN Git Service

Merging r341244:
authorHans Wennborg <hans@hanshq.net>
Tue, 4 Sep 2018 09:21:35 +0000 (09:21 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 4 Sep 2018 09:21:35 +0000 (09:21 +0000)
commit1a558539efc93d166ead9439a13c5226359c394e
tree388684d1562eddb2ff347b1d884df22084850dc7
parent8be5c4fc9a8f2bb3f77d5175e021fcc350d6236a
Merging r341244:
------------------------------------------------------------------------
r341244 | tstellar | 2018-08-31 22:15:31 +0200 (Fri, 31 Aug 2018) | 11 lines

lit: Use sys.executable for executing builtin commands

Summary:
The python executable may not exist on all systems so use sys.executable
instead.

Reviewers: ddunbar, stella.stamenova

Subscribers: delcypher, llvm-commits

Differential Revision: https://reviews.llvm.org/D51511
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@341349 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py