[Lldb-commits] [PATCH] D148541: [lldb] fix build issue on MSVC because of missing byte-swap builtins
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 18 01:20:39 PDT 2023
DavidSpickett added a comment.
Thanks for the fix!
Made me realise I should have looked harder for an llvm utility in the first place, and it turns out `llvm::byteswap` exists. So I've changed this to use that in https://github.com/llvm/llvm-project/commit/9984cfc86ed6d5c1558d8dd82d82448e50d704ad.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148541/new/
https://reviews.llvm.org/D148541
More information about the lldb-commits
mailing list