forked from OSchip/llvm-project
Switch to using llvm-config to select components to link in.
llvm-svn: 30085
This commit is contained in:
parent
f9ac33d8ed
commit
36bf108d71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue