Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Sep 2010 15:42:45 +0000 (15:42 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Sep 2010 15:42:45 +0000 (15:42 +0000)
Makefile.rules assumes that all EXPORTED_SYMBOL_FILEs have the .exports
extension.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112964 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libprofile/Makefile
runtime/libprofile/exported_symbols.lst [deleted file]
runtime/libprofile/libprofile.exports [new file with mode: 0644]

index 15e677951299258b8f34c52a062d560f21a381c6..4125af60d21aa17f7a3cbc7da685c4b37514cc04 100644 (file)
@@ -1,10 +1,10 @@
 ##===- runtime/libprofile/Makefile -------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
@@ -16,7 +16,7 @@ endif
 SHARED_LIBRARY = 1
 LOADABLE_MODULE = 1
 LIBRARYNAME = profile_rt
-EXTRA_DIST = exported_symbols.lst
-EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
+EXTRA_DIST = libprofile.exports
+EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
 
 include $(LEVEL)/Makefile.common
diff --git a/runtime/libprofile/exported_symbols.lst b/runtime/libprofile/exported_symbols.lst
deleted file mode 100644 (file)
index f45ff47..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-llvm_start_edge_profiling
-llvm_start_opt_edge_profiling
-llvm_start_basic_block_tracing
-llvm_trace_basic_block
diff --git a/runtime/libprofile/libprofile.exports b/runtime/libprofile/libprofile.exports
new file mode 100644 (file)
index 0000000..f45ff47
--- /dev/null
@@ -0,0 +1,4 @@
+llvm_start_edge_profiling
+llvm_start_opt_edge_profiling
+llvm_start_basic_block_tracing
+llvm_trace_basic_block