Date: Saturday, September 29, 2018 @ 08:16:27 Author: foutrelis Revision: 335518
Update comment regarding lit inclusion Modified: llvm/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-29 07:02:02 UTC (rev 335517) +++ PKGBUILD 2018-09-29 08:16:27 UTC (rev 335518) @@ -60,7 +60,7 @@ DESTDIR="$pkgdir" ninja install - # Include lit for running tests with clang and friends + # Include lit for running lit-based tests in other projects pushd ../utils/lit python3 setup.py install --root="$pkgdir" -O1 popd
