diff options
Diffstat (limited to 'llvm/runtime/libprofile/Makefile.am')
-rw-r--r-- | llvm/runtime/libprofile/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/runtime/libprofile/Makefile.am b/llvm/runtime/libprofile/Makefile.am deleted file mode 100644 index d544c7183c2..00000000000 --- a/llvm/runtime/libprofile/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -#===-- runtime/libprofile/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. -# -#===------------------------------------------------------------------------===# - -lib_LIBRARIES = libprofile.a -libprofile_a_SOURCES = BasicBlockTracing.c BlockProfiling.c CommonProfiling.c \ - EdgeProfiling.c FunctionProfiling.c Profiling.h - -EXPORTED_SYMBOL_LIST = exported_symbols.lst - -include $(top_srcdir)/Makefile_config |