[compiler-rt] Fix broken unittest on win64
authorEtienne Bergeron <etienneb@google.com>
Thu, 21 Jul 2016 14:36:25 +0000 (14:36 +0000)
committerEtienne Bergeron <etienneb@google.com>
Thu, 21 Jul 2016 14:36:25 +0000 (14:36 +0000)
commit65e38a53b3c4f3b6dd083a22f5ffc70f95bcfa99
treee86c2b22d00124dcc1cea0f44e21ffd1e2c37692
parentb11bdd95f6859059a7698f0b58e1550da07cf377
[compiler-rt] Fix broken unittest on win64

Summary:
This is an other tentative to fix:
https://reviews.llvm.org/D22588

It's less clever, but should work.

Turn out there is not an easy way to write a portable print
for a pointer in lowercase without the prefix 0x.

Reviewers: rnk

Subscribers: llvm-commits, wang0109, kubabrecka, chrisha

Differential Revision: https://reviews.llvm.org/D22606

llvm-svn: 276286
compiler-rt/test/asan/TestCases/debug_mapping.cc
compiler-rt/test/asan/TestCases/debug_stacks.cc