diff --git a/configure b/configure
index f0c4f0af5b0ef695a8c08238aa62eaae7fbe5010..9ffb67903d68924108574c3d13ceb1f982e47c94 100755
--- a/configure
+++ b/configure
@@ -2778,6 +2778,10 @@ case "$toolchain" in
         add_cflags  -fprofile-arcs -ftest-coverage
         add_ldflags -fprofile-arcs -ftest-coverage
     ;;
+    llvm-cov)
+        add_cflags -fprofile-arcs -ftest-coverage
+        add_ldflags --coverage
+    ;;
     hardened)
         add_cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
         add_cflags   -fno-strict-overflow -fstack-protector-all