Page MenuHomeFreeBSD

Promote llvm-cov to a standalone option
ClosedPublic

Authored by emaste on Feb 8 2018, 4:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 26, 8:43 PM
Unknown Object (File)
Sun, Apr 26, 3:43 PM
Unknown Object (File)
Sun, Apr 26, 1:35 PM
Unknown Object (File)
Mon, Apr 20, 9:43 AM
Unknown Object (File)
Sun, Apr 19, 9:34 AM
Unknown Object (File)
Tue, Mar 31, 5:03 PM
Unknown Object (File)
Mar 21 2026, 9:24 PM
Unknown Object (File)
Mar 10 2026, 1:42 PM
Subscribers

Details

Reviewers
dim
imp
Summary

Introduce WITH_/WITHOUT_LLVM_COV to match GCC's WITH_/WITHOUT_GCOV.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lib/clang/libllvm/Makefile
667

IMO the extra cost of just compiling this always is small enough to not be worth the extra complexity of compiling it for LLVM_COV in addition to the current SRCS_EXT.

This revision is now accepted and ready to land.Feb 8 2018, 4:45 PM