Skip to content

Commit 3d0f885

Browse files
committed
[AArch64][LLDB] Add missing AArch64SVEACLETypes.def rename
Fixup from 3a42cbd.
1 parent 54ddbc6 commit 3d0f885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5031,7 +5031,7 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
50315031

50325032
// ARM -- Scalable Vector Extension
50335033
#define SVE_TYPE(Name, Id, SingletonId) case clang::BuiltinType::Id:
5034-
#include "clang/Basic/AArch64SVEACLETypes.def"
5034+
#include "clang/Basic/AArch64ACLETypes.def"
50355035
break;
50365036

50375037
// RISC-V V builtin types.

0 commit comments

Comments
 (0)