Adding a collector name attribute to Function in the IR. These
[oota-llvm.git] / tools / llvm-nm / Makefile
index 9868b2ab9ae0080aaacf5238f83c565b91dee0f7..4af89174e3459bcc68325096b220df1257ef67eb 100644 (file)
@@ -9,6 +9,6 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-nm
-USEDLIBS = LLVMArchive.a LLVMBCReader \
-          LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+LINK_COMPONENTS = archive bitreader
+
 include $(LEVEL)/Makefile.common