Add the LLVMsystem.a library as it is now used for operating system
[oota-llvm.git] / tools / llvm-nm / Makefile
index d470a7a26d03e601da21bb91c69944442b31c16b..d1b1bd150550fd325156a94724d673b212f3b347 100644 (file)
@@ -9,5 +9,5 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-nm
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
 include $(LEVEL)/Makefile.common