The standard way of printing int64_t data is via the PRId64 macro, ld is for long int and int64_t is not guaranteed to be typedef'ed as long int on all platforms.
E.g. on Windows we get mismatch warnings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo