summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index 82348fde8ae..a2ec8b065eb 100644
--- a/llvm/tools/Makefile
+++ b/llvm/tools/Makefile
@@ -33,7 +33,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis llc llvm-ar llvm-nm llvm-link \
llvm-dwarfdump llvm-cov llvm-size llvm-stress llvm-mcmarkup \
llvm-profdata llvm-symbolizer obj2yaml yaml2obj llvm-c-test \
llvm-cxxdump verify-uselistorder dsymutil llvm-pdbdump \
- llvm-split
+ llvm-split sancov
# If Intel JIT Events support is configured, build an extra tool to test it.
ifeq ($(USE_INTEL_JITEVENTS), 1)
OpenPOWER on IntegriCloud