This is an archive of the discontinued LLVM Phabricator instance.

[asan] Fix "Undefined symbols for architecture armv7: __Unwind_RaiseException"
AbandonedPublic

Authored by vitalybuka on Feb 26 2018, 3:41 PM.

Details

Event Timeline

vitalybuka created this revision.Feb 26 2018, 3:41 PM

Do we need to change other sanitizers?

Is this for a Darwin failure? See r326150, which I just committed.

use _Unwind_Backtrace

vitalybuka abandoned this revision.Feb 26 2018, 3:49 PM

Is this for a Darwin failure? See r326150, which I just committed.

Yes. Thank you.