2010-09-17 15:48:55 +00:00
|
|
|
##===- tools/llvm-diff/Makefile ----------------------------*- Makefile -*-===##
|
|
|
|
#
|
2009-06-02 17:52:33 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2010-09-17 15:48:55 +00:00
|
|
|
#
|
2009-06-02 17:52:33 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2012-04-14 13:54:10 +00:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := llvm-diff
|
2013-04-08 18:41:23 +00:00
|
|
|
LINK_COMPONENTS := asmparser bitreader irreader
|
2009-06-02 17:52:33 +00:00
|
|
|
|
2010-09-17 15:48:55 +00:00
|
|
|
# This tool has no plugins, optimize startup time.
|
2012-04-14 13:54:10 +00:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2009-06-02 17:52:33 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|