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 5c4c294 commit b6dc7f4Copy full SHA for b6dc7f4
clang/lib/Basic/Targets/X86.h
@@ -842,7 +842,7 @@ class LLVM_LIBRARY_VISIBILITY UEFIX86_64TargetInfo
842
// Windows target in the future.
843
this->TheCXXABI.set(TargetCXXABI::Microsoft);
844
LongWidth = LongAlign = 32;
845
- DoubleAlign = LongLongAlign = 64;
+ LongLongAlign = 64;
846
LongDoubleWidth = LongDoubleAlign = 64;
847
LongDoubleFormat = &llvm::APFloat::IEEEdouble();
848
IntMaxType = SignedLongLong;
0 commit comments