[PATCH] D19168: [esan] EfficiencySanitizer base runtime library

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 15:13:11 PDT 2016


bruening marked 4 inline comments as done.
bruening added a comment.

In http://reviews.llvm.org/D19168#406567, @filcab wrote:

> Please add tests so that we're always sure the current code is building+running correctly.


The skeleton framework was split up for smaller reviews: libc interceptors, shadow mapping, and test infrastructure were deliberately not included here.  I can merge test infra into here but there is not much that can be tested at this point.


http://reviews.llvm.org/D19168





More information about the llvm-commits mailing list