blob: aeeeed0d68c9f94a9fae1cc835b37803ad375934 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-dis/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle2fab732003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerc9744e72001-09-07 22:59:25 +00009
Daniel Dunbar8c39c962011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-dis
Devang Patel027f0992011-03-11 18:07:33 +000012LINK_COMPONENTS := bitreader analysis
Chris Lattner0465fa92006-07-07 00:46:19 +000013
Chris Lattnere3ff4562009-02-26 19:01:11 +000014# This tool has no plugins, optimize startup time.
Daniel Dunbar8c39c962011-10-18 19:27:24 +000015TOOL_NO_EXPORTS := 1
Chris Lattnere3ff4562009-02-26 19:01:11 +000016
Chris Lattner00950542001-06-06 20:29:01 +000017include $(LEVEL)/Makefile.common