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, Jun 7, 3:05 PM
Unknown Object (File)
Sat, Jun 6, 6:40 AM
Unknown Object (File)
Fri, Jun 5, 12:15 PM
Unknown Object (File)
May 20 2026, 5:29 AM
Unknown Object (File)
May 7 2026, 3:10 AM
Unknown Object (File)
May 6 2026, 6:40 AM
Unknown Object (File)
Apr 30 2026, 6:39 PM
Unknown Object (File)
Apr 26 2026, 8:43 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