[all-commits] [llvm/llvm-project] 7b0e54: [lldb] Fix enumeration value 'RvvInt32m1x2' not ha...
Jie Fu via All-commits
all-commits at lists.llvm.org
Mon May 22 01:29:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b0e5485762b9fbbf81419aa67575c38e922e0a5
https://github.com/llvm/llvm-project/commit/7b0e5485762b9fbbf81419aa67575c38e922e0a5
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[lldb] Fix enumeration value 'RvvInt32m1x2' not handled in switch (NFC)
/data/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4851:13: error: enumeration value 'RvvInt32m1x2' not handled in switch [-Werror,-Wswitch]
switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
More information about the All-commits
mailing list