This is an archive of the discontinued LLVM Phabricator instance.

[test-release.sh] Respect the given width in LIT runs by adding `-j` in LLVM_LIT_ARGS.
ClosedPublic

Authored by amyk on Dec 8 2021, 7:44 AM.

Details

Summary

This patch adds allows the LIT runs within test-release.sh to obey the width that
is passed into the script. This is accomplished by adding the width in the LLVM_LIT_ARGS
CMake configuration.

Diff Detail

Event Timeline

amyk requested review of this revision.Dec 8 2021, 7:44 AM
amyk created this revision.
tstellar accepted this revision.Dec 8 2021, 8:15 AM

This looks good to me.

This revision is now accepted and ready to land.Dec 8 2021, 8:15 AM
This revision was landed with ongoing or failed builds.Dec 9 2021, 6:37 AM
This revision was automatically updated to reflect the committed changes.