This is an archive of the discontinued LLVM Phabricator instance.

Fix warning + death test + failing test on Windows (D39072).
ClosedPublic

Authored by flowerhack on Oct 30 2017, 11:32 AM.

Diff Detail

Event Timeline

flowerhack created this revision.Oct 30 2017, 11:32 AM
cryptoad added inline comments.Oct 30 2017, 11:35 AM
lib/sanitizer_common/sanitizer_win.cc
252–253

Also use addr_as_void here (otherwise it's going to complain it's not used either).
Or remove addr_as_void and leave the cast.

flowerhack retitled this revision from Fix warning on Windows. to Fix warning + failing test on Windows (D39072)..Oct 30 2017, 11:48 AM
flowerhack edited the summary of this revision. (Show Details)
flowerhack retitled this revision from Fix warning + failing test on Windows (D39072). to Fix warning + death test + failing test on Windows (D39072)..
cryptoad accepted this revision.Oct 30 2017, 12:04 PM
This revision is now accepted and ready to land.Oct 30 2017, 12:04 PM
cryptoad closed this revision.Oct 30 2017, 12:07 PM