[llvm-bugs] [Bug 33501] New: Don't instrument tools when compiling with coverage
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 18 15:40:04 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33501
Bug ID: 33501
Summary: Don't instrument tools when compiling with coverage
Product: Build scripts
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: vsk at apple.com
CC: llvm-bugs at lists.llvm.org
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170618/d579e625/attachment-0001.html>
More information about the llvm-bugs
mailing list