This is an archive of the discontinued LLVM Phabricator instance.

[ubsan] Minimize size of data for type_mismatch (Redo of D19668)
ClosedPublic

Authored by filcab on Jan 3 2017, 10:48 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

filcab updated this revision to Diff 82915.Jan 3 2017, 10:48 AM
filcab retitled this revision from to [ubsan] Minimize size of data for type_mismatch (Redo of D19668).
filcab updated this object.
filcab added reviewers: kcc, vitalybuka, pgousseau, gbedwell.
filcab added a subscriber: llvm-commits.
vitalybuka added inline comments.Jan 5 2017, 1:46 PM
lib/ubsan/ubsan_handlers.h
40 ↗(On Diff #82915)

why do you need to rename this?

vitalybuka accepted this revision.Jan 5 2017, 3:10 PM
vitalybuka edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jan 5 2017, 3:10 PM
This revision was automatically updated to reflect the committed changes.