diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-04 04:04:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-04 04:04:41 +0000 |
commit | 3f2e0e61653ece363f777850cca112b5f379799b (patch) | |
tree | d76901f3ce4ead0a8e95d45de10ee2aee3a4a581 | |
parent | 80930eb414a7fb3c212984a79f651e6322259347 (diff) |
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
-rw-r--r-- | tools/llc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c34616fa32..812e59a224 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -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 \ |