You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools like llvm-config, count, not, and FileCheck shouldn't be instrumented for coverage reporting. Doing so substantially slows down testing time, because large profiles for each binary need to be written out every time they are invoked.
The text was updated successfully, but these errors were encountered:
(Note: the public coverage bot on GreenDragon works around the issue by copying in "fast" tools from the stage1 compiler after the coverage build is done. I don't have the numbers anymore, but as I recall this was a substantial speed win.)
Extended Description
Tools like llvm-config, count, not, and FileCheck shouldn't be instrumented for coverage reporting. Doing so substantially slows down testing time, because large profiles for each binary need to be written out every time they are invoked.
The text was updated successfully, but these errors were encountered: