commit | 0c7d581c07b173b0145d26e2dd43ef82c98d2278 | [log] [tgz] |
---|---|---|
author | Strahinja Petrovic <strahinja.petrovic@rt-rk.com> | Thu Oct 20 12:25:57 2016 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Aug 29 17:59:16 2020 -0700 |
tree | dc35d26ca2161dde4a8c90a6e936cf584dd17703 | |
parent | 573034e93e3173045bb78a9729ce26e12576e25f [diff] |
[lsan] [aarch64] Fix printing of pointers in make check tests This patch replaces fprintf with print_address function in LSAN tests. This is necessary because of different printing of pointers in fprintf and sanitizer's print function. Differential Revision: https://reviews.llvm.org/D25270. llvm-svn: 284722 GitOrigin-RevId: 19610a33c1c95a8d440640e6f9986b08a2bc6869