llvm/tools/llc/Makefile
Derek Schuff a7a95fed0f Add TransformUtils to list of required libraries for llc
This dependency was added in r254774

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254786 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-04 22:47:58 +00:00

19 lines
528 B
Makefile

#===- tools/llc/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 := llc
LINK_COMPONENTS := all-targets bitreader asmparser irreader mirparser transformutils
# Support plugins.
NO_DEAD_STRIP := 1
include $(LEVEL)/Makefile.common