diff options
| -rw-r--r-- | clang/lib/Basic/Targets.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/Targets.cpp b/clang/lib/Basic/Targets.cpp index 7442432975f..73bd2b6789b 100644 --- a/clang/lib/Basic/Targets.cpp +++ b/clang/lib/Basic/Targets.cpp @@ -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    }  };  | 

