[Lldb-commits] [lldb] 3d0f885 - [AArch64][LLDB] Add missing AArch64SVEACLETypes.def rename
David Green via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 05:16:30 PDT 2025
Author: David Green
Date: 2025-05-28T13:16:25+01:00
New Revision: 3d0f88552a43533799d9bf24cf4f61c89dd8af46
URL: https://github.com/llvm/llvm-project/commit/3d0f88552a43533799d9bf24cf4f61c89dd8af46
DIFF: https://github.com/llvm/llvm-project/commit/3d0f88552a43533799d9bf24cf4f61c89dd8af46.diff
LOG: [AArch64][LLDB] Add missing AArch64SVEACLETypes.def rename
Fixup from 3a42cbd47d3e92b8794378d2a0e8ec7ae81950d7.
Added:
Modified:
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Removed:
################################################################################
diff --git a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
index 16ea40bd5e9bc..41f5f96074f65 100644
--- a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
+++ b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
@@ -5031,7 +5031,7 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
// ARM -- Scalable Vector Extension
#define SVE_TYPE(Name, Id, SingletonId) case clang::BuiltinType::Id:
-#include "clang/Basic/AArch64SVEACLETypes.def"
+#include "clang/Basic/AArch64ACLETypes.def"
break;
// RISC-V V builtin types.
More information about the lldb-commits
mailing list