================
@@ -983,6 +983,7 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_64TargetInfo : 
public X86_64TargetInfo {
       : X86_64TargetInfo(Triple, Opts) {
     this->WCharType = TargetInfo::UnsignedShort;
     this->WIntType = TargetInfo::UnsignedInt;
+    this->UseMicrosoftManglingForC = true;
----------------
kikairoya wrote:

That's defined at here for MinGW.
This affects the mangling of `__vectorcall`.

https://github.com/llvm/llvm-project/blob/1cbdb7370fd62b17762d1dfe19a471a70ae8b137/clang/lib/Basic/Targets/OSTargets.h#L864-L869

https://github.com/llvm/llvm-project/pull/158385
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to