This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][NFC]Fix Wdeprecated warnings for fsanitize-coverage
ClosedPublic

Authored by jsji on May 11 2020, 1:00 PM.

Details

Summary

A few testcases are still using deprecated options.

warning: argument '-fsanitize-coverage=[func|bb|edge]' is deprecated,
use '-fsanitize-coverage=[func|bb|edge],[trace-pc-guard|trace-pc]'
instead [-Wdeprecated]

Diff Detail

Event Timeline

jsji created this revision.May 11 2020, 1:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2020, 1:00 PM
Herald added subscribers: Restricted Project, dberris. · View Herald Transcript
jsji added a comment.May 18 2020, 7:14 AM

Ping.. OK for these trivial changes?

aeubanks resigned from this revision.May 18 2020, 8:18 AM

seems fine to me, but I'm not familiar enough with this, hopefully somebody who's familiar can take a quick look

vitalybuka accepted this revision.May 26 2020, 2:15 PM
This revision is now accepted and ready to land.May 26 2020, 2:15 PM
This revision was automatically updated to reflect the committed changes.