This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by vitalybuka on Aug 12 2016, 6:00 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 67950.Aug 12 2016, 6:00 PM
vitalybuka retitled this revision from to [Asan] Unpoison red zones even if use-after-scope was disabled with runtime flag.
vitalybuka updated this object.
vitalybuka added a reviewer: eugenis.
vitalybuka added a subscriber: llvm-commits.
eugenis edited edge metadata.Aug 12 2016, 6:47 PM

LGTM with a test

vitalybuka updated this revision to Diff 68080.Aug 15 2016, 2:26 PM
vitalybuka edited edge metadata.

tests

eugenis added inline comments.Aug 15 2016, 3:11 PM
test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll
32 ↗(On Diff #68080)

I thought the syntax is "CHECK-UAS-NEXT" ?

vitalybuka marked an inline comment as done.Aug 15 2016, 3:37 PM
eugenis accepted this revision.Aug 15 2016, 4:08 PM
eugenis edited edge metadata.
This revision is now accepted and ready to land.Aug 15 2016, 4:08 PM
This revision was automatically updated to reflect the committed changes.