This is an archive of the discontinued LLVM Phabricator instance.

[UBSan] Use shared library for UBSan on OS X (Clang part).
ClosedPublic

Authored by samsonov on Mar 19 2015, 4:20 PM.

Details

Summary

UBSan is now used in the same way as ASan, and is supported on
OSX and on iOS simulator. At the moment ASan and UBSan can't be used
together due to PR21112, but I hope to resolve it soon by
embedding UBSan into ASan.

Diff Detail

Repository
rL LLVM

Event Timeline

samsonov updated this revision to Diff 22319.Mar 19 2015, 4:20 PM
samsonov retitled this revision from to [UBSan] Use shared library for UBSan on OS X (Clang part)..
samsonov updated this object.
samsonov edited the test plan for this revision. (Show Details)
samsonov added reviewers: zaks.anna, kubamracek.
samsonov added a subscriber: Unknown Object (MLST).
samsonov updated this revision to Diff 22365.Mar 20 2015, 12:08 PM
  • Update to still allow ASan+UBSan combination.
This revision was automatically updated to reflect the committed changes.