Adding a collector name attribute to Function in the IR. These
[oota-llvm.git] / tools / llvm-nm / Makefile
index eef5a0e2de4549cc671391435ac256099d0715c2..4af89174e3459bcc68325096b220df1257ef67eb 100644 (file)
@@ -1,5 +1,14 @@
+##===- tools/llvm-nm/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
 TOOLNAME = llvm-nm
-USEDLIBS = bcreader vmcore support.a
+LINK_COMPONENTS = archive bitreader
+
 include $(LEVEL)/Makefile.common