[PATCH] D42473: asan: add kernel inline instrumentation test

Andrey Konovalov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 05:26:58 PST 2018


andreyknvl added a comment.

Sorry, it was supposed to go on top of https://reviews.llvm.org/D42423 (which is committed now).
Anyway, I noticed an issue in naming ("loadN" is actually supposed to be "load_n") and another issue with asan flags (need "-asan-recover=1" and "noabort" suffixes).
Could you try again?


https://reviews.llvm.org/D42473





More information about the llvm-commits mailing list