This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix failing test due to change in offloading flags
ClosedPublic

Authored by jhuber6 on Jan 21 2021, 7:05 AM.

Details

Summary

Prior to D91261 the information checked the OMP_MAP_TARGET_PARAM flag, change this as it has been removed. Changed the INFO macro to take in a flag as an argument to make selectively printing information easier.

Diff Detail

Event Timeline

jhuber6 created this revision.Jan 21 2021, 7:05 AM
jhuber6 requested review of this revision.Jan 21 2021, 7:05 AM
jhuber6 updated this revision to Diff 318197.Jan 21 2021, 7:26 AM
jhuber6 edited the summary of this revision. (Show Details)

Added a flag selector to the INFO macro.

jdoerfert accepted this revision.Jan 21 2021, 8:32 AM

LGTM one nit

openmp/libomptarget/src/private.h
152

Add a constant for this.

This revision is now accepted and ready to land.Jan 21 2021, 8:32 AM
This revision was landed with ongoing or failed builds.Jan 21 2021, 11:09 AM
This revision was automatically updated to reflect the committed changes.