[PATCH] D14753: adding sancov to Makefile directory list.

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 12:04:44 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL253368: adding sancov to Makefile directory list. (authored by aizatsky).

Changed prior to commit:
  http://reviews.llvm.org/D14753?vs=40419&id=40420#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14753

Files:
  llvm/trunk/tools/Makefile

Index: llvm/trunk/tools/Makefile
===================================================================
--- llvm/trunk/tools/Makefile
+++ llvm/trunk/tools/Makefile
@@ -33,7 +33,7 @@
                  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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14753.40420.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151117/be6ed5a3/attachment.bin>


More information about the llvm-commits mailing list