2011-09-29 16:46:47 +00:00
|
|
|
##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===##
|
2011-09-28 18:50:00 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2011-10-18 19:27:24 +00:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := llvm-cov
|
2014-08-22 22:56:03 +00:00
|
|
|
LINK_COMPONENTS := core support profiledata object
|
2011-09-28 18:50:00 +00:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 19:27:24 +00:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2011-09-28 18:50:00 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|