[Libomptarget] Remove old workaround for GCC 5,6 from libomptarget
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 30 Aug 2022 21:21:22 +0000 (16:21 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 31 Aug 2022 00:13:48 +0000 (19:13 -0500)
commit56cf3d626ff0b0781737570140753a1ae99d1400
treeca2725770b930c6098cb3b9c2f82a589ac9785c4
parent688178aa2bd3c8b333b1f6d859943ab580988a17
[Libomptarget] Remove old workaround for GCC 5,6 from libomptarget

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.

Reviewed By: JonChesterfield, vzakhari

Differential Revision: https://reviews.llvm.org/D132976
openmp/libomptarget/include/Debug.h