Home
Phabricator
Search
Configure Global Search
Log In
Please use
GitHub pull requests
for new patches.
Phabricator shutdown timeline
Transactions
D130500
Change Details
Change Details
Old
New
Diff
The changes fix the issue https://github.com/llvm/llvm-project/issues/55911 We can't guarantee the long always 64 bits like WINDOWS or LLP64 data model (rare but should consider). So use int64_t from inttypes.h and safe in this case.
The changes fix the issue https://github.com/llvm/llvm-project/issues/55911 We can't guarantee the long always 64 bits like WINDOWS or LLP64 data model (rare but we should consider). So use int64_t from inttypes.h and safe in this case.
The changes fix the issue https://github.com/llvm/llvm-project/issues/55911 We can't guarantee the long always 64 bits like WINDOWS or LLP64 data model (rare but
we
should consider). So use int64_t from inttypes.h and safe in this case.
Continue