[Lldb-commits] [PATCH] D51594: [ARC] Make char unsigned by default

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 3 06:41:16 PDT 2018


apolyakov created this revision.
apolyakov added a reviewer: tatyana-krasnukha.

This patch specifies 'char' default sign on ARC.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51594

Files:
  source/Utility/ArchSpec.cpp


Index: source/Utility/ArchSpec.cpp
===================================================================
--- source/Utility/ArchSpec.cpp
+++ 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.163710.patch
Type: text/x-patch
Size: 332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180903/6f024794/attachment.bin>


More information about the lldb-commits mailing list