The printf is not working correctly on 64-bit MSVC.
The portable way to print "size_t" is to use "%zx" (size_t in hexa).
Differential D22588
[compiler-rt] Fix broken unittest related to 64-bit print format etienneb on Jul 20 2016, 1:30 PM. Authored by
Details The printf is not working correctly on 64-bit MSVC. The portable way to print "size_t" is to use "%zx" (size_t in hexa).
Diff Detail Event Timeline |