aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-02-29 03:25:51 +0000
committerEd Maste <emaste@FreeBSD.org>2020-02-29 03:25:51 +0000
commit57f804675e65951d630a38d94c07be4a27ae4053 (patch)
tree08158fea50735ed44fbd645ce7cf2c24beb7c11b /usr.bin/clang
parent6be21eb77807afea19219b8fd2ee9c0a4609027d (diff)
Notes
Diffstat (limited to 'usr.bin/clang')
-rw-r--r--usr.bin/clang/llvm-cov/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/clang/llvm-cov/Makefile b/usr.bin/clang/llvm-cov/Makefile
index b1b4fc207cbec..d5754223ca0ea 100644
--- a/usr.bin/clang/llvm-cov/Makefile
+++ b/usr.bin/clang/llvm-cov/Makefile
@@ -3,10 +3,8 @@
.include <src.opts.mk>
PROG_CXX= llvm-cov
-.if ${MK_GCOV} == "no"
LINKS= ${BINDIR}/llvm-cov ${BINDIR}/gcov
MLINKS= llvm-cov.1 gcov.1
-.endif
SRCDIR= llvm/tools/llvm-cov
SRCS+= CodeCoverage.cpp