summaryrefslogtreecommitdiff
path: root/tools/opt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-22 00:59:06 +0000
committerChris Lattner <sabre@nondot.org>2006-02-22 00:59:06 +0000
commite7988aae9457aecde4ae1fe3de211d00717c1b03 (patch)
treead1d4aa941e7ea5eae73be7b9f76483587d249b7 /tools/opt
parent1efa40f6a4b561cf8f80fe018684236010645cd0 (diff)
downloadllvm-e7988aae9457aecde4ae1fe3de211d00717c1b03.tar.gz
llvm-e7988aae9457aecde4ae1fe3de211d00717c1b03.tar.bz2
llvm-e7988aae9457aecde4ae1fe3de211d00717c1b03.tar.xz
reorder some libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 4fd8293eb0..9ffaa3d4b9 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -11,7 +11,7 @@ TOOLNAME = opt
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
- LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
+ LLVMTarget.a LLVMTransformUtils.a LLVMAnalysis.a LLVMCore LLVMSupport.a \
LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common