diff options
Diffstat (limited to 'tools/opt/Makefile')
-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 e43fed3987..f7d551e3ee 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -12,7 +12,7 @@ TOOLNAME = opt USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \ LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \ LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \ - LLVMSystem.a + LLVMbzip2 LLVMSystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) |