diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 82d6b991d22..56cc3031a11 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -69,7 +69,7 @@ USEDLIBS += \ LLVMTarget.a \ LLVMipa.a \ LLVMTransforms.a \ - LLVMScalarOpts \ + LLVMScalarOpts.a \ LLVMAnalysis.a \ LLVMTransformUtils.a \ LLVMBCReader \