Skip to content

Commit

Permalink
adding sancov to Makefile directory list.
Browse files Browse the repository at this point in the history
Differential Revision: http://reviews.llvm.org/D14753

llvm-svn: 253368
  • Loading branch information
aizatsky-chromium committed Nov 17, 2015
1 parent 8e348cc commit 0dd1831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0dd1831

Please sign in to comment.