This is an archive of the discontinued LLVM Phabricator instance.

Add FreeBSD support to the address sanitizer's null_deref.cc test case
ClosedPublic

Authored by kutuzov.viktor.84 on Jul 8 2014, 5:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to Add FreeBSD support to the address sanitizer's null_deref.cc test case.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov.
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), theraven, emaste.
kcc edited edge metadata.Jul 8 2014, 5:59 AM

I'd prefer to remove --check-prefix=CHECK-%os and use a single regexp for all platforms

samsonov edited edge metadata.Jul 8 2014, 9:58 AM

Yes, please get rid of CHECK-%os completely.

kutuzov.viktor.84 edited edge metadata.

'CHECK-%os' replaced with plain 'CHECK'.

samsonov accepted this revision.Jul 10 2014, 10:30 AM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 10 2014, 10:30 AM
kutuzov.viktor.84 updated this revision to Diff 11488.

Closed by commit rL213130 (authored by vkutuzov).