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)
Dec 24 2023, 2:45 PM
Unknown Object (File)
Dec 15 2023, 6:44 AM
Unknown Object (File)
Jun 29 2023, 12:42 AM
Unknown Object (File)
Jun 26 2023, 10:56 PM
Unknown Object (File)
Jun 15 2023, 6:53 PM
Unknown Object (File)
May 7 2023, 12:46 AM
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