[Openmp-commits] [openmp] [clang] [OpenMP] Cleanup and fixes for ABI agnostic DeviceRTL (PR #71234)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 3 15:40:54 PDT 2023
================
@@ -88,7 +88,7 @@ class TargetOptions {
COV_5 = 500,
};
/// \brief Code object version for AMDGPU.
- CodeObjectVersionKind CodeObjectVersion = CodeObjectVersionKind::COV_None;
+ CodeObjectVersionKind CodeObjectVersion = CodeObjectVersionKind::COV_4;
----------------
jhuber6 wrote:
Is this the default?
https://github.com/llvm/llvm-project/pull/71234
More information about the Openmp-commits
mailing list