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:
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:
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits