diff options
| -rw-r--r-- | llvm/tools/opt/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index 4fd8293eb03..9ffaa3d4b94 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/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 | 

