We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474fef commit 960299aCopy full SHA for 960299a
clang/lib/Basic/Targets/X86.h
@@ -1024,11 +1024,6 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_64TargetInfo : public X86_64TargetInfo {
1024
BuiltinVaListKind getBuiltinVaListKind() const override {
1025
return TargetInfo::CharPtrBuiltinVaList;
1026
}
1027
-
1028
- TargetInfo::CallingConvKind
1029
- getCallingConvKind(bool ClangABICompat4) const override {
1030
- return CCK_MicrosoftWin64;
1031
- }
1032
};
1033
1034
class LLVM_LIBRARY_VISIBILITY DarwinX86_64TargetInfo
0 commit comments