At this point SANCOV_OPTIONS are not functional but it is our intent
to move here sanitizer coverage flags from various sanitizers _OPTIONS.
Details
Diff Detail
- Build Status
Buildable 2583 Build 2583: arc lint + arc unit
Event Timeline
lib/sanitizer_common/sancov_flags.h | ||
---|---|---|
1 | It's time to create a separate dir for this (lib/sancov?) and move sanitizer_coverage_libcdep_new.cc and this file there | |
31 | sancov_flags? |
lib/sanitizer_common/sancov_flags.h | ||
---|---|---|
1 |
I would prefer to do it in a separate change if you do not mind.
After the move it will become ok, right? |
It's time to create a separate dir for this (lib/sancov?) and move sanitizer_coverage_libcdep_new.cc and this file there
All files in sanitizer_common are named sanitizer_*, so sancov_* might be confusing.
Besides, we need a separate dir anyway, to support windows (afaict)