The Headers.CountersDelta field is an uint64_t, not a pointer,
so just cast to uint32_t to truncate it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D107619
[InstrProfiling] Fix warnings when building for Windows mstorsjo on Aug 5 2021, 11:21 PM. Authored by
Details The Headers.CountersDelta field is an uint64_t, not a pointer,
Diff Detail
|