summaryrefslogtreecommitdiff
path: root/tools/llvm-prof
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-prof')
-rw-r--r--tools/llvm-prof/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/llvm-prof/Makefile.am b/tools/llvm-prof/Makefile.am
deleted file mode 100644
index 2465361ec9..0000000000
--- a/tools/llvm-prof/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-#===-- tools/llvm-prof/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-prof
-
-llvm_prof_SOURCES = llvm-prof.cpp
-llvm_prof_LDADD = \
- $(call GETLIBS,Analysis) \
- $(call GETOBJS,BCReader,Core) \
- $(call GETLIBS,Support,System)