forked from OSchip/llvm-project
[LLDB] Fix broken LLDB build due MemoryTagManager.h
Commit e0f2744a11
broke LLDB build.
This patch fixes the build. Tested on Arm/AArch64 Linux.
Differential Revision: https://reviews.llvm.org/D97281
This commit is contained in:
parent
2e4a2b8430
commit
9ca0171a9f
|
@ -26,7 +26,7 @@ namespace lldb_private {
|
|||
|
||||
class MemoryTagManager {
|
||||
public:
|
||||
typedef Range<lldb::addr_t, size_t> TagRange;
|
||||
typedef Range<lldb::addr_t, lldb::addr_t> TagRange;
|
||||
|
||||
// Extract the logical tag from a pointer
|
||||
// The tag is returned as a plain value, with any shifts removed.
|
||||
|
|
Loading…
Reference in New Issue