[clang] [mlir] [llvm] [lld] [AMDGPU] Change default AMDHSA Code Object version to 5 (PR #73000)

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 14:29:00 PST 2023


================
@@ -4708,12 +4708,12 @@ defm amdgpu_ieee : BoolOption<"m", "amdgpu-ieee",
   NegFlag<SetFalse, [], [ClangOption, CC1Option]>>, Group<m_Group>;
 
 def mcode_object_version_EQ : Joined<["-"], "mcode-object-version=">, Group<m_Group>,
-  HelpText<"Specify code object ABI version. Defaults to 4. (AMDGPU only)">,
+  HelpText<"Specify code object ABI version. Defaults to 5. (AMDGPU only)">,
----------------
dwblaikie wrote:

Be nice if we could avoid having this written in 3 places... are there other techniques used for other flags with default values

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


More information about the cfe-commits mailing list