This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Add SANITIZER_CXX_ABI_LIBRARY to SCUDO_DYNAMIC_LIBS
ClosedPublic

Authored by cryptoad on Jan 12 2018, 8:14 AM.

Details

Summary

This is needed for the shared runtime since we are pulling RTUbsan in.

Otherwise some builds might fail with errors such as:
error: undefined reference to '__dynamic_cast'

Diff Detail

Event Timeline

cryptoad created this revision.Jan 12 2018, 8:14 AM
Herald added subscribers: Restricted Project, mgorny. · View Herald TranscriptJan 12 2018, 8:14 AM
srhines accepted this revision.Jan 12 2018, 9:00 AM
srhines added subscribers: chh, pirama, kongyi.

Thanks. This looks like it should work. Chih-hung can verify it on his side as well.

This revision is now accepted and ready to land.Jan 12 2018, 9:01 AM
This revision was automatically updated to reflect the committed changes.