forked from OSchip/llvm-project
WCharType and WIntType are always signed int on OpenBSD.
This commit is contained in:
parent
e7081d117a
commit
d9ff48d038
|
@ -465,6 +465,7 @@ protected:
|
|||
public:
|
||||
OpenBSDTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts)
|
||||
: OSTargetInfo<Target>(Triple, Opts) {
|
||||
this->WCharType = this->WIntType = this->SignedInt;
|
||||
this->IntMaxType = TargetInfo::SignedLongLong;
|
||||
this->Int64Type = TargetInfo::SignedLongLong;
|
||||
switch (Triple.getArch()) {
|
||||
|
|
Loading…
Reference in New Issue