[all-commits] [llvm/llvm-project] d22d2e: [mlir][bytecode] fix on macos after #172901 (#173084)
Maksim Levental via All-commits
all-commits at lists.llvm.org
Fri Dec 19 11:23:05 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d22d2e35aed644d77fec6bf78126a8a54a77c7aa
https://github.com/llvm/llvm-project/commit/d22d2e35aed644d77fec6bf78126a8a54a77c7aa
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M mlir/lib/Bytecode/Reader/BytecodeReader.cpp
Log Message:
-----------
[mlir][bytecode] fix on macos after #172901 (#173084)
`uint64_t` != `size_t` on macos (use `uint64_t` to match other uses in
this impl)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list