2011-09-29 18:46:47 +02:00
|
|
|
##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===##
|
2011-09-28 20:50:00 +02: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 21:27:24 +02:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := llvm-cov
|
2011-09-28 20:50:00 +02:00
|
|
|
LINK_COMPONENTS := instrumentation
|
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 21:27:24 +02:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2011-09-28 20:50:00 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|