================
@@ -1181,7 +1228,9 @@ DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
 
 #endif
 
+#ifndef __arm64ec__
----------------
cjacek wrote:

That's because the alias is more complex, it needs to account for mangled 
symbol names and requires an additional unmangled weak anti-dependency. 
Ideally, exports would use the demangled form, although the mangled version 
would likely still work. I moved the EC alias definition here to keep things 
cleaner.

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

Reply via email to