mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
a7a95fed0f
This dependency was added in r254774 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254786 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
|