[flang] [clang] [llvm] [Flang] Add code-object-version option (PR #72638)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 23 03:13:55 PST 2023


================
@@ -121,6 +121,16 @@ namespace llvm {
     Never,
   };
 
+  /// \brief Enumeration value for AMDGPU code object version, which is the
+  /// code object version times 100.
----------------
banach-space wrote:

[nit] 
```suggestion
  /// \brief Enumeration value for AMDGPU code object version (COV), which is the
  /// code object version times 100.
```

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


More information about the cfe-commits mailing list