This is an archive of the discontinued LLVM Phabricator instance.

Make -fsanitize-coverage flag a core option so it's available via the clang-cl driver too
ClosedPublic

Authored by timurrrr on Mar 27 2015, 7:13 AM.

Details

Reviewers
hans

Diff Detail

Event Timeline

timurrrr updated this revision to Diff 22797.Mar 27 2015, 7:13 AM
timurrrr retitled this revision from to Make -fsanitize-coverage flag a core option so it's available via the clang-cl driver too.
timurrrr updated this object.
timurrrr edited the test plan for this revision. (Show Details)
timurrrr added a reviewer: hans.
timurrrr added a subscriber: Unknown Object (MLST).
timurrrr updated this revision to Diff 22799.Mar 27 2015, 8:55 AM

and then I thought "why don't I add a test case?"

hans accepted this revision.Mar 27 2015, 9:23 AM
hans edited edge metadata.

lgtm

test/Driver/fsanitize.c
238

Maybe split the last one into two lines to avoid the {{.*}}? My first thought was hmm, what's that regex supposed to match.

This revision is now accepted and ready to land.Mar 27 2015, 9:23 AM
timurrrr closed this revision.Mar 27 2015, 9:35 AM

r233384, thanks!

test/Driver/fsanitize.c
238

Oh, right. Nice catch!