This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] build offload plugins before testing them
ClosedPublic

Authored by bryanpkc on Nov 28 2019, 1:05 AM.

Details

Summary

"make check-all" or "make check-libomptarget" would attempt to run offloading
tests before the offload plugins are built. This patch corrects that by adding
dependencies to the libomptarget CMake rules.

Diff Detail

Event Timeline

bryanpkc created this revision.Nov 28 2019, 1:05 AM
Herald added a project: Restricted Project. · View Herald Transcript
JonChesterfield accepted this revision.Nov 28 2019, 5:53 AM
JonChesterfield added a reviewer: JonChesterfield.

Nice debugging. Patch looks great, thanks.

This revision is now accepted and ready to land.Nov 28 2019, 5:54 AM
This revision was automatically updated to reflect the committed changes.