Mercurial > hg > CbC > CbC_llvm
view tools/llvm-cov/Makefile @ 6:c8782e147cac
We became to give clang .cbc file
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 14 Jun 2013 16:49:18 +0900 |
parents | 9ad51c7bc036 |
children |
line wrap: on
line source
##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL := ../.. TOOLNAME := llvm-cov LINK_COMPONENTS := instrumentation # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common