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]
Paths
| Differential D79741
[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,
Diff Detail
Unit TestsFailed Event TimelineComment Actions seems fine to me, but I'm not familiar enough with this, hopefully somebody who's familiar can take a quick look This revision is now accepted and ready to land.May 26 2020, 2:15 PM Closed by commit rGa7141480fb04: [compiler-rt][NFC]Fix Wdeprecated warnings for fsanitize-coverage (authored by jsji). · Explain WhyMay 26 2020, 8:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 263257 compiler-rt/test/asan/TestCases/Windows/coverage-basic.cpp
compiler-rt/test/asan/TestCases/coverage-disabled.cpp
compiler-rt/test/msan/coverage-levels.cpp
compiler-rt/test/ubsan/TestCases/Misc/coverage-levels.cpp
|