Skip to content

Commit 960299a

Browse files
Update clang/lib/Basic/Targets/X86.h
Co-authored-by: jeremyd2019 <[email protected]>
1 parent 9474fef commit 960299a

File tree

1 file changed

+0
-5
lines changed
  • clang/lib/Basic/Targets

1 file changed

+0
-5
lines changed

clang/lib/Basic/Targets/X86.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,11 +1024,6 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_64TargetInfo : public X86_64TargetInfo {
10241024
BuiltinVaListKind getBuiltinVaListKind() const override {
10251025
return TargetInfo::CharPtrBuiltinVaList;
10261026
}
1027-
1028-
TargetInfo::CallingConvKind
1029-
getCallingConvKind(bool ClangABICompat4) const override {
1030-
return CCK_MicrosoftWin64;
1031-
}
10321027
};
10331028

10341029
class LLVM_LIBRARY_VISIBILITY DarwinX86_64TargetInfo

0 commit comments

Comments
 (0)