This is an archive of the discontinued LLVM Phabricator instance.

[UBSan] Also use blacklist for 'Address; Undefined' setting
ClosedPublic

Authored by fhahn on Jul 19 2018, 10:33 AM.

Details

Summary

It looks like currently the UBSan blacklist is only applied when "Undefined" is selected.
This patch updates the cmake file to apply it whenever Undefined is selected
(e.g. 'Address; Undefined' ). This allows us to use the workaround added in
rL335525 when using AddressSan and UBSan together.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Jul 19 2018, 10:33 AM
fhahn updated this revision to Diff 156315.Jul 19 2018, 10:34 AM
eugenis accepted this revision.Jul 19 2018, 12:43 PM
This revision is now accepted and ready to land.Jul 19 2018, 12:43 PM
This revision was automatically updated to reflect the committed changes.