On Windows, long is 32 bit, and uint64_t is long long.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144078
[lldb] Fix a log format warning on Windows, don't assume uint64_t is a long type ClosedPublic Authored by mstorsjo on Feb 15 2023, 12:45 AM.
Details Summary On Windows, long is 32 bit, and uint64_t is long long.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2023, 1:06 AM Closed by commit rGa8483b9b3038: [lldb] Fix a log format warning on Windows, don't assume uint64_t is a long type (authored by mstorsjo). · Explain WhyFeb 15 2023, 4:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 497639 lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
|