summaryrefslogtreecommitdiff
path: root/tools/llvm-nm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-nm/Makefile')
-rw-r--r--tools/llvm-nm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile
index d470a7a26d..d1b1bd1505 100644
--- a/tools/llvm-nm/Makefile
+++ b/tools/llvm-nm/Makefile
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-nm
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common