[openmp] [clang] [OpenMP] Cleanup and fixes for ABI agnostic DeviceRTL (PR #71234)

Saiyedul Islam via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 6 02:41:40 PST 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;
----------------
saiislam wrote:

Apologies. This change is not relevant to this PR. Removed it.

https://github.com/llvm/llvm-project/pull/71234


More information about the cfe-commits mailing list