summaryrefslogtreecommitdiffstats
path: root/tools/llvm-nm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-nm')
-rw-r--r--tools/llvm-nm/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/llvm-nm/Makefile.am b/tools/llvm-nm/Makefile.am
deleted file mode 100644
index d04c760..0000000
--- a/tools/llvm-nm/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-#===-- tools/llvm-nm/Makefile.am ---------------------------*- Makefile -*--===#
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by Reid Spencer and is distributed under the
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-#===------------------------------------------------------------------------===#
-
-include $(top_srcdir)/Makefile_config
-
-bin_PROGRAMS = llvm-nm
-
-llvm_nm_SOURCES = llvm-nm.cpp
-llvm_nm_LDADD = \
- $(call GETOBJS,BCReader,Core) \
- $(call GETLIBS,Support,System)