This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix not respecting -j in additional checks
ClosedPublic

Authored by jplehr on May 3 2023, 9:01 AM.

Details

Summary

This fixes that the implementation missed to pass a potentially specified
-j option to the additionally specified test targets.

It seems that libc is however not respecting this unless a previous cd
into the runtimes-build directory is done. This will be in a separate
patch.

Event Timeline

jplehr created this revision.May 3 2023, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 9:01 AM
jplehr requested review of this revision.May 3 2023, 9:01 AM
ronlieb accepted this revision.May 5 2023, 4:49 AM
This revision is now accepted and ready to land.May 5 2023, 4:49 AM
jhuber6 accepted this revision.May 5 2023, 4:49 AM
This revision was automatically updated to reflect the committed changes.