[all-commits] [llvm/llvm-project] 91098f: [lldb][AArch64] Use macro for unused var without a...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jul 25 08:16:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91098fec960f501c95c6ecdede604484750367e4
https://github.com/llvm/llvm-project/commit/91098fec960f501c95c6ecdede604484750367e4
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp
Log Message:
-----------
[lldb][AArch64] Use macro for unused var without asserts enabled
82d4f39f342165a92eaa1fe74488158942cf27b4 marked an unused
var of mine (thanks Dmitri Gribenko!). Which reminded me lldb has
a macro just for that purpose.
More information about the All-commits
mailing list