Use use_empty() instead of getNumUses(), avoiding a use list traversal.
[oota-llvm.git] / tools / llvm-nm / Makefile
index eef5a0e2de4549cc671391435ac256099d0715c2..ee495bf4e9e54022d4ef265da61fa5d89a3a3391 100644 (file)
@@ -1,5 +1,14 @@
+##===- tools/llvm-nm/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file 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