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