For non-Darwin, a plain 'char' type is unsigned.

llvm-svn: 131967
This commit is contained in:
Jim Grosbach 2011-05-24 15:40:46 +00:00
parent cf771b146b
commit 7c2c664500
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ static bool isSignedCharDefault(const llvm::Triple &Triple) {
default:
return true;
case llvm::Triple::arm:
case llvm::Triple::ppc:
case llvm::Triple::ppc64:
if (Triple.getOS() == llvm::Triple::Darwin)