[all-commits] [llvm/llvm-project] a8483b: [lldb] Fix a log format warning on Windows, don't ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Feb 15 04:44:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8483b9b30385807790882b3b770fa6d016a0aa4
https://github.com/llvm/llvm-project/commit/a8483b9b30385807790882b3b770fa6d016a0aa4
Author: Martin Storsjö <martin at martin.st>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
Log Message:
-----------
[lldb] Fix a log format warning on Windows, don't assume uint64_t is a long type
On Windows, long is 32 bit, and uint64_t is long long.
Differential Revision: https://reviews.llvm.org/D144078
More information about the All-commits
mailing list