[all-commits] [llvm/llvm-project] 56cf3d: [Libomptarget] Remove old workaround for GCC 5, 6 f...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Aug 30 17:14:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56cf3d626ff0b0781737570140753a1ae99d1400
https://github.com/llvm/llvm-project/commit/56cf3d626ff0b0781737570140753a1ae99d1400
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-08-30 (Tue, 30 Aug 2022)
Changed paths:
M openmp/libomptarget/include/Debug.h
Log Message:
-----------
[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
More information about the All-commits
mailing list