[all-commits] [llvm/llvm-project] 9984cf: [lldb] Use llvm::byteswap in DumpRegisterValue
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Apr 18 01:19:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9984cfc86ed6d5c1558d8dd82d82448e50d704ad
https://github.com/llvm/llvm-project/commit/9984cfc86ed6d5c1558d8dd82d82448e50d704ad
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-04-18 (Tue, 18 Apr 2023)
Changed paths:
M lldb/source/Core/DumpRegisterValue.cpp
Log Message:
-----------
[lldb] Use llvm::byteswap in DumpRegisterValue
7978abd5aef1ba84d7a1cefbc3443245acff2c48 fixed a build issue
on MSVC with some code I previously added, by adding some
ifdefs.
Now I realise that I should have been using llvm::byteswap
in the first place, which does exactly that.
More information about the All-commits
mailing list