forked from OSchip/llvm-project
parent
532ba14fdb
commit
65bea23674
|
@ -24,8 +24,8 @@ TargetInfo::TargetInfo(const std::string &T) : Triple(T) {
|
|||
// Set defaults. These should be overridden by concrete targets as needed.
|
||||
CharIsSigned = true;
|
||||
WCharWidth = WCharAlign = 32;
|
||||
DoubleWidth = 64;
|
||||
DoubleAlign = 32;
|
||||
DoubleWidth = 64;
|
||||
DoubleAlign = 32;
|
||||
FloatFormat = &llvm::APFloat::IEEEsingle;
|
||||
DoubleFormat = &llvm::APFloat::IEEEdouble;
|
||||
LongDoubleFormat = &llvm::APFloat::IEEEdouble;
|
||||
|
|
Loading…
Reference in New Issue