This is an archive of the discontinued LLVM Phabricator instance.

[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
ClosedPublic

Authored by samsonov on Aug 24 2015, 5:58 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

samsonov updated this revision to Diff 33032.Aug 24 2015, 5:58 PM
samsonov retitled this revision from to [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable..
samsonov updated this object.
samsonov added reviewers: filcab, rnk, kubamracek.
samsonov added a subscriber: llvm-commits.
kubamracek edited edge metadata.Aug 25 2015, 7:19 AM

This patch passes all tests on OS X.

rnk accepted this revision.Aug 25 2015, 9:19 AM
rnk edited edge metadata.

lgtm with the updated xfail. Everything else passes.

test/asan/TestCases/suppressions-interceptor.cc
8–9 ↗(On Diff #33032)

You can remove the win32 XFAIL and FIXME here, the test passes with this change. I must have misdiagnosed this issue when I was porting the test suite. =/

The good news is that it passes. :)

This revision is now accepted and ready to land.Aug 25 2015, 9:19 AM
This revision was automatically updated to reflect the committed changes.
samsonov marked an inline comment as done.