This is an archive of the discontinued LLVM Phabricator instance.

Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback()
ClosedPublic

Authored by samsonov on Aug 18 2015, 2:46 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

samsonov updated this revision to Diff 32456.Aug 18 2015, 2:46 PM
samsonov retitled this revision from to Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback().
samsonov updated this object.
samsonov added a reviewer: EricWF.
samsonov added a subscriber: cfe-commits.
EricWF edited edge metadata.Aug 18 2015, 6:54 PM

Is this going to break this test with older versions of compiler-rt?

Yes. Is this is an issue?

EricWF accepted this revision.Aug 18 2015, 8:13 PM
EricWF edited edge metadata.

Not really but I would add a // UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7 line to prevent the failures from appearing.

This revision is now accepted and ready to land.Aug 18 2015, 8:13 PM
This revision was automatically updated to reflect the committed changes.