This approach prevents us from adding new lines into the switch case
when new types are introduced.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152922
[lldb][RISCV] Replace enumeration of RVV builtin types with inclusion to RISCVVTypes.def ClosedPublic Authored by eopXD on Jun 14 2023, 7:41 AM.
Details Summary This approach prevents us from adding new lines into the switch case
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2023, 8:02 AM This revision was landed with ongoing or failed builds.Jun 14 2023, 11:03 PM Closed by commit rG3f9f9e0d9273: [lldb][RISCV] Replace enumeration of RVV builtin types with inclusion to… (authored by eopXD). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531617 lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
|