[PATCH] D23481: [Asan] Unpoison red zones even if use-after-scope was disabled with runtime flag

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 15:11:27 PDT 2016


eugenis added inline comments.

================
Comment at: test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll:32
@@ +31,3 @@
+  ; CHECK-UAS: store i64 0
+  ; CHECK-NEXT-UAS: call void @__asan_unpoison_stack_memory(i64 %{{[^ ]+}}, i64 64)
+  ; CHECK-NEXT-UAS: ret i32 0
----------------
I thought the syntax is "CHECK-UAS-NEXT" ?


https://reviews.llvm.org/D23481





More information about the llvm-commits mailing list