[PATCH] D26084: [lsan] [aarch64] Fix printing of pointers in make check tests - update

Strahinja Petrovic via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 04:00:59 PST 2016


spetrovic closed this revision.
spetrovic added a comment.

This was committed a few days ago. I guess that the ending dot in the "Differential Revision" link prevented this issue to be automatically updated.

commit f2247b9c1a68a294ba6b027edc71808a5202ce3a
Author: Strahinja Petrovic <strahinja.petrovic at rt-rk.com>
Date:   Mon Nov 14 11:40:56 2016 +0000

  [lsan] [aarch64] Fix printing of pointers in make check tests - update
  
  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/D26084.


https://reviews.llvm.org/D26084





More information about the llvm-commits mailing list