mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 17:06:06 +00:00
Fix the type of wchar_t on Solaris.
Patch by Dmitri Shubin! llvm-svn: 153585
This commit is contained in:
parent
ba0afde486
commit
b526e93d03
@ -509,7 +509,7 @@ public:
|
||||
SolarisTargetInfo(const std::string& triple)
|
||||
: OSTargetInfo<Target>(triple) {
|
||||
this->UserLabelPrefix = "";
|
||||
this->WCharType = this->SignedLong;
|
||||
this->WCharType = this->SignedInt;
|
||||
// FIXME: WIntType should be SignedLong
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user