This is an archive of the discontinued LLVM Phabricator instance.

ninja-based lit runner demo
Needs ReviewPublic

Authored by thakis on May 29 2018, 5:22 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

don't review

good enough to pass check-lld on mac, but not any faster there. 11.5% slower on win :-/ doesn't run unit tests.

set LIT_PRESERVES_TMP=1
ninja check-lld
ninja -C tools/lld/test -f lit.ninja # optionally followed by e.g. always1355

Diff Detail

Event Timeline

thakis created this revision.May 29 2018, 5:22 PM
thakis updated this revision to Diff 149178.May 30 2018, 12:23 PM
thakis edited the summary of this revision. (Show Details)

windows

thakis updated this revision to Diff 149753.Jun 4 2018, 6:53 AM
thakis edited the summary of this revision. (Show Details)

support > 8k long commands on win

thakis updated this revision to Diff 149779.Jun 4 2018, 8:56 AM

minor tweaks

thakis edited the summary of this revision. (Show Details)Jun 4 2018, 8:57 AM