[Lldb-commits] [PATCH] D145533: [lldb] Fix after __SVCount_t added for AArch64

Alina Sbirlea via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 7 17:16:54 PST 2023


asbirlea created this revision.
asbirlea added reviewers: jgorbe, rupprecht.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
asbirlea requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Fix after
https://github.com/llvm/llvm-project/commit/07158c54add927057690aa8c073d35d42eac7006


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145533

Files:
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp


Index: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
===================================================================
--- lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
+++ lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
@@ -4985,6 +4985,7 @@
 
     // ARM -- Scalable Vector Extension
     case clang::BuiltinType::SveBool:
+    case clang::BuiltinType::SveCount:
     case clang::BuiltinType::SveInt8:
     case clang::BuiltinType::SveInt8x2:
     case clang::BuiltinType::SveInt8x3:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145533.503194.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230308/c0bccef4/attachment.bin>


More information about the lldb-commits mailing list