aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index fe74403963..53f98137c2 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -56,7 +56,7 @@ endif
USEDLIBS += \
LLVMSelectionDAG \
LLVMCodeGen \
- LLVMTarget \
+ LLVMTarget.a \
LLVMipa.a \
LLVMTransforms.a \
LLVMScalarOpts.a \