File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -840,8 +840,6 @@ class LLVM_LIBRARY_VISIBILITY UEFIX86_64TargetInfo
840840 // it is the only way to build EFI applications with Clang/LLVM today. We
841841 // intend to offer flexibility by supporting choices that are not default in
842842 // Windows target in the future.
843-
844- // Set C++ ABI.
845843 this ->TheCXXABI .set (TargetCXXABI::Microsoft);
846844 LongWidth = LongAlign = 32 ;
847845 DoubleAlign = LongLongAlign = 64 ;
@@ -854,7 +852,6 @@ class LLVM_LIBRARY_VISIBILITY UEFIX86_64TargetInfo
854852 IntPtrType = SignedLongLong;
855853 WCharType = UnsignedShort;
856854 WIntType = UnsignedShort;
857-
858855 this ->resetDataLayout (" e-m:w-p270:32:32-p271:32:32-p272:64:64-"
859856 " i64:64-i128:128-f80:128-n8:16:32:64-S128" );
860857 }
You can’t perform that action at this time.
0 commit comments