[llvm] [lld] [clang] [AMDGPU] Rename COV module flag to amdhsa_code_object_version (PR #79905)
Emma Pilkington via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 1 07:26:35 PST 2024
================
@@ -25,4 +25,4 @@ entry:
}
!llvm.module.flags = !{!0}
-!0 = !{i32 1, !"amdgpu_code_object_version", i32 500}
+!0 = !{i32 1, !"amdhsa_code_object_version", i32 500}
----------------
epilk wrote:
Sure, I'll make a PR for that too after this lands.
https://github.com/llvm/llvm-project/pull/79905
More information about the cfe-commits
mailing list