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 <[email protected]> wrote: > Hi, > > > On Mon, Aug 4, 2014 at 10:41 PM, Dan Albert <[email protected]> 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) > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
