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