Skip to content

Commit 5c4c294

Browse files
authored
Update X86.h
1 parent 74b1c10 commit 5c4c294

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

clang/lib/Basic/Targets/X86.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)