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

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

llvm-svn: 30077
This commit is contained in:
Chris Lattner 2006-09-04 04:04:41 +00:00
parent 6e04d9f5a2
commit 2e68159303

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 \