This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget][amdgcn] Tolerate deadstripped device_state variable
ClosedPublic

Authored by JonChesterfield on Feb 9 2021, 4:07 AM.

Details

Summary

[libomptarget][amdgcn] Tolerate deadstripped device_state variable

The device_state variable may have been deadstripped. Similar to
device_environment, leave detection of missing but used symbol to loader.

Diff Detail

Event Timeline

JonChesterfield created this revision.Feb 9 2021, 4:07 AM
JonChesterfield requested review of this revision.Feb 9 2021, 4:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2021, 4:07 AM
pdhaliwal accepted this revision.Feb 9 2021, 4:50 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Feb 9 2021, 4:50 AM
This revision was landed with ongoing or failed builds.Feb 9 2021, 8:30 AM
This revision was automatically updated to reflect the committed changes.