[llvm] Fix the type of offset that broke 32-bit flang-rt build to use `uint64_t` consistently (PR #147359)

Daniel Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 7 13:00:00 PDT 2025


DanielCChen wrote:

> Why not use a `static_cast<std::size_t>(...)` instead?

Yeah. That would work too. Will update.

https://github.com/llvm/llvm-project/pull/147359


More information about the llvm-commits mailing list