1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Switch to using llvm-config to select components to link in.

llvm-svn: 30085
This commit is contained in:
Chris Lattner 2006-09-04 04:47:49 +00:00
parent 465fd1af4f
commit e49d06b5a1

View File

@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm-as
USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
LLVMSupport.a LLVMbzip2.a LLVMSystem.a
LINK_COMPONENTS := asmparser bcwriter
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common