[Lldb-commits] [PATCH] D97684: [lldb][AArch64] Simplify MTE memory region test

2021-04-14 Thread David Spickett via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG6cdc2239dbab: [lldb][AArch64] Simplify MTE memory region test (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97684/new/ https://

[Lldb-commits] [PATCH] D97684: [lldb][AArch64] Simplify MTE memory region test

2021-04-14 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. Going to commit this with the compiler predicate since this was accepted already and Omair has reviewed the test predicate in the other review. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97684/new/ https://reviews

[Lldb-commits] [PATCH] D97684: [lldb][AArch64] Simplify MTE memory region test

2021-04-14 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett updated this revision to Diff 337387. DavidSpickett added a comment. Pulling in compiler predicate from https://reviews.llvm.org/D95601 to get this landed before I attempt to fix the race condition in hasLinuxVmFlags. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D97684: [lldb][AArch64] Simplify MTE memory region test

2021-03-01 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett created this revision. Herald added subscribers: danielkiss, kristof.beyls. DavidSpickett requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. By checking for cpu and toolchain features ahead of time we don't need the custom return