Skip to content

Commit

Permalink
[ARC] Make char unsigned by default
Browse files Browse the repository at this point in the history
Summary: This patch specifies 'char' default sign on ARC.

Reviewers: tatyana-krasnukha, clayborg

Reviewed By: tatyana-krasnukha, clayborg

Subscribers: clayborg, lldb-commits

Differential Revision: https://reviews.llvm.org/D51594

llvm-svn: 341667
  • Loading branch information
apolyakov committed Sep 7, 2018
1 parent e32ff4b commit 469304e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/source/Utility/ArchSpec.cpp
Expand Up @@ -815,6 +815,7 @@ bool ArchSpec::CharIsSignedByDefault() const {
case llvm::Triple::ppc64le:
case llvm::Triple::systemz:
case llvm::Triple::xcore:
case llvm::Triple::arc:
return false;
}
}
Expand Down

0 comments on commit 469304e

Please sign in to comment.