This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget] Remove old workaround for GCC 5,6 from libomptarget
ClosedPublic

Authored by jhuber6 on Aug 30 2022, 2:24 PM.

Details

Summary

Some code previous needed the used attribute to prevent the GCC
compiler versions 5 and 6 from removing it. This is no longer required
as the minimum supported GCC version for LLVM 16 is >=7.1.0.

Diff Detail

Event Timeline

jhuber6 created this revision.Aug 30 2022, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2022, 2:24 PM
jhuber6 requested review of this revision.Aug 30 2022, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2022, 2:24 PM
JonChesterfield accepted this revision.Aug 30 2022, 3:54 PM

Like it, thanks!

This revision is now accepted and ready to land.Aug 30 2022, 3:54 PM
vzakhari accepted this revision.Aug 30 2022, 4:19 PM

LGTM. Thanks!