rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30077 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-09-04 04:04:41 +00:00
parent 80930eb414
commit 3f2e0e6165

View File

@ -17,9 +17,9 @@ REQUIRES_EH := 1
include $(LEVEL)/Makefile.config
USEDLIBS := $(addprefix LLVM,$(TARGETS_TO_BUILD)) \
LLVMTarget.a \
LLVMCodeGen.a \
LLVMSelectionDAG.a \
LLVMTarget.a \
LLVMipa.a \
LLVMTransforms.a \
LLVMScalarOpts.a \