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).
Paths
| Differential D22588
[compiler-rt] Fix broken unittest related to 64-bit print format ClosedPublic Authored by etienneb on Jul 20 2016, 1:30 PM.
Details Summary 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 TimelineThis revision is now accepted and ready to land.Jul 20 2016, 1:42 PM
Revision Contents
Diff 64755 test/asan/TestCases/debug_mapping.cc
test/asan/TestCases/debug_stacks.cc
|
very fancy :)