1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/tools/llvm-link/Makefile

18 lines
547 B
Makefile
Raw Normal View History

##===- tools/llvm-link/Makefile ----------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
2001-10-13 09:06:23 +02:00
LEVEL := ../..
TOOLNAME := llvm-link
LINK_COMPONENTS := linker bitreader bitwriter asmparser irreader
2001-10-13 09:06:23 +02:00
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
2001-10-13 09:06:23 +02:00
include $(LEVEL)/Makefile.common