================
@@ -673,7 +673,7 @@ int hoo(void) {
 //
 //
 // CHECK: Function Attrs: noinline nounwind optnone
-// CHECK-LABEL: define {{[^@]+}}@fmv_inline._MlseMrdm
+// CHECK-LABEL: define {{[^@]+}}@fmv_inline._MlseMrdma
----------------
labrinea wrote:

Right, I didn't know that the resolver contains references to every 
target-version declaration that is visible in its translation unit even if the 
definition actually resides in another translation unit. That would be a 
problem if the definition has a mangled name that doesn't match because of the 
alias. Thanks for clarifying!

https://github.com/llvm/llvm-project/pull/80540
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to