This is an archive of the discontinued LLVM Phabricator instance.

[asan] Enable halt_on_error tests on ARM targets
ClosedPublic

Authored by ygribov on Nov 17 2015, 9:43 AM.

Details

Summary

This patch enables recent halt_on_error feature on ARM targets. We've tested it locally on Juno and it seems to work robustly (which is expected as the feature is rather primitive).

Diff Detail

Event Timeline

ygribov updated this revision to Diff 40404.Nov 17 2015, 9:43 AM
ygribov retitled this revision from to [asan] Enable halt_on_error tests on ARM targets.
ygribov updated this object.
ygribov added a reviewer: rengolin.
ygribov set the repository for this revision to rL LLVM.
ygribov added a subscriber: llvm-commits.
rengolin edited edge metadata.Nov 17 2015, 10:48 AM

Thanks Yuri! I'll run them here and will let you know ASAP.

samsonov accepted this revision.Nov 17 2015, 4:00 PM
samsonov added a reviewer: samsonov.
samsonov added a subscriber: samsonov.

LGTM

This revision is now accepted and ready to land.Nov 17 2015, 4:00 PM
rengolin accepted this revision.Nov 18 2015, 3:23 AM
rengolin edited edge metadata.

Both 39 and 42 VMA green, good to go, thanks!

This revision was automatically updated to reflect the committed changes.