[llvm] r341244 - lit: Use sys.executable for executing builtin commands

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 02:22:51 PDT 2018


On Sat, Sep 1, 2018 at 1:13 AM, Tom Stellard <tstellar at redhat.com> wrote:
> On 08/31/2018 01:15 PM, Tom Stellard via llvm-commits wrote:
>> Author: tstellar
>> Date: Fri Aug 31 13:15:31 2018
>> New Revision: 341244
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=341244&view=rev
>> Log:
>> lit: Use sys.executable for executing builtin commands
>>
>> Summary:
>> The python executable may not exist on all systems so use sys.executable
>> instead.
>>
>
> Hi Hans,
>
> Is it OK to merge to the release_70 branch.  It fixes lit's builtin commands
> and a few lit tests on systems where /usr/bin/python does not exist.

Sounds good to me. Merged in r341349.


More information about the llvm-commits mailing list