2010-07-29 07:53:27 +00:00
|
|
|
##===- tools/llvm-diff/Makefile ----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# 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-diff
|
2010-07-29 07:53:27 +00:00
|
|
|
LINK_COMPONENTS := asmparser bitreader
|
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 19:27:24 +00:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2010-07-29 07:53:27 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|