diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-22 00:59:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-22 00:59:06 +0000 |
commit | e7988aae9457aecde4ae1fe3de211d00717c1b03 (patch) | |
tree | ad1d4aa941e7ea5eae73be7b9f76483587d249b7 /tools | |
parent | 1efa40f6a4b561cf8f80fe018684236010645cd0 (diff) |
reorder some libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/opt/Makefile | 2 |
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 |