mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
9062c61b6e
This dependency was added in r254774 llvm-svn: 254786
19 lines
528 B
Makefile
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
|
|
|