[PATCH] D51594: [ARC] Make char unsigned by default

Alexander Polyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 07:50:13 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341667: [ARC] Make char unsigned by default (authored by apolyakov, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D51594?vs=163710&id=164419#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51594

Files:
  lldb/trunk/source/Utility/ArchSpec.cpp


Index: lldb/trunk/source/Utility/ArchSpec.cpp
===================================================================
--- lldb/trunk/source/Utility/ArchSpec.cpp
+++ lldb/trunk/source/Utility/ArchSpec.cpp
@@ -815,6 +815,7 @@
   case llvm::Triple::ppc64le:
   case llvm::Triple::systemz:
   case llvm::Triple::xcore:
+  case llvm::Triple::arc:
     return false;
   }
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51594.164419.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/85648d15/attachment.bin>


More information about the llvm-commits mailing list