OSDN Git Service

rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.
authorChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 04:04:41 +0000 (04:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 04:04:41 +0000 (04:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30077 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index c34616f..812e59a 100644 (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 \