This tool needs libLLVMArchive now
[oota-llvm.git] / tools / llvm-nm / Makefile
index b3f1702bf5c690647d4b264594a09c67732abfb5..bc8befc541bc65ca03e1327ece9d6b59ba810d4e 100644 (file)
@@ -9,5 +9,5 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-nm
-USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
 include $(LEVEL)/Makefile.common