This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU ASAN] Remove reference to asan bitcode library
ClosedPublic

Authored by pvellien on Feb 7 2023, 6:18 AM.

Details

Summary

The asan functions are now attributed as "used" in the device library, no need to keep the declaration of asan device preserve function.

Diff Detail

Event Timeline

pvellien created this revision.Feb 7 2023, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 6:18 AM
pvellien requested review of this revision.Feb 7 2023, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 6:18 AM
yaxunl accepted this revision.Feb 7 2023, 9:24 AM

LGTM. Thanks

This revision is now accepted and ready to land.Feb 7 2023, 9:24 AM
pvellien added a comment.EditedFeb 13 2023, 8:06 AM

@yaxunl Could you please commit this change on my behalf? I don't have a write access to the trunk.
Thank you

@yaxunl Could you please commit this change on my behalf? I don't have a write access to the trunk.
Thank you

sure

This revision was automatically updated to reflect the committed changes.
clang/lib/CodeGen/CodeGenModule.cpp