[all-commits] [llvm/llvm-project] 3f9f9e: [lldb][RISCV] Replace enumeration of RVV builtin t...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Wed Jun 14 23:03:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f9f9e0d92736f8718082013e3ea44127bf3b077
https://github.com/llvm/llvm-project/commit/3f9f9e0d92736f8718082013e3ea44127bf3b077
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[lldb][RISCV] Replace enumeration of RVV builtin types with inclusion to RISCVVTypes.def
This approach prevents us from adding new lines into the switch case
when new types are introduced.
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D152922
More information about the All-commits
mailing list