[libcxx] r214474 - Update linux test results file

Dan Albert danalbert at google.com
Mon Aug 4 17:44:59 PDT 2014


Ah. The reason for this is that make check-libcxx expands to
$(LIT_EXECUTABLE) -sv test/. We should make a point of updating the
cmakelists.txt to be smart enough to find a pre-installed lit, but for now
you can fix it by calling cmake with -DLIT_EXECUTABLE=lit.


On Mon, Aug 4, 2014 at 12:51 PM, İsmail Dönmez <ismail at donmez.ws> wrote:

> Hi,
>
>
> On Mon, Aug 4, 2014 at 10:41 PM, Dan Albert <danalbert at google.com> wrote:
>
>> Can you pass -DCMAKE_VERBOSE_MAKEFILE=ON to cmake and show the command
>> line for `make check-libcxx`?
>>
>>
> cd /home/ismail/libcxx/build/test && /usr/bin/python -sv
> /home/ismail/libcxx/build/test
>
> so its not finding "lit" command under /usr/local/bin/lit (notice not
> lit.py)
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140804/719c418c/attachment.html>


More information about the cfe-commits mailing list