[llvm] [AMDGPU][MC] Allow UC_VERSION_* constant reuse (PR #96461)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 23:01:42 PDT 2024
================
@@ -0,0 +1,41 @@
+// RUN: llvm-mc -triple=amdgcn -show-encoding -mcpu=gfx1010 %s | FileCheck --check-prefix=GFX10 %s
+
+// Test that UC_VERSION* symbols can be redefined.
----------------
arsenm wrote:
Just state this is nonsense and we just don't want to assert
https://github.com/llvm/llvm-project/pull/96461
More information about the llvm-commits
mailing list