[PATCH] D14242: [ASan] Enable optional ASan recovery (LLVM core part)

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 10:30:28 PST 2015


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/Instrumentation/AddressSanitizer/keep_going.ll:9
@@ +8,3 @@
+define i32 @foo(i32* %p) {
+; CHECK: __asan_report_load4_noabort
+  %1 = load i32, i32* %p, align 4
----------------
Maybe also check that it is followed by a branch to the exit block, or that the basic block does not end with unreachable.


http://reviews.llvm.org/D14242





More information about the llvm-commits mailing list