[llvm-commits] [llvm] r112964 - in /llvm/trunk/runtime/libprofile: Makefile exported_symbols.lst libprofile.exports
Mikhail Glushenkov
foldr at codedgers.com
Fri Sep 3 08:42:45 PDT 2010
Author: foldr
Date: Fri Sep 3 10:42:45 2010
New Revision: 112964
URL: http://llvm.org/viewvc/llvm-project?rev=112964&view=rev
Log:
Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.
Makefile.rules assumes that all EXPORTED_SYMBOL_FILEs have the .exports
extension.
Added:
llvm/trunk/runtime/libprofile/libprofile.exports
- copied, changed from r112963, llvm/trunk/runtime/libprofile/exported_symbols.lst
Removed:
llvm/trunk/runtime/libprofile/exported_symbols.lst
Modified:
llvm/trunk/runtime/libprofile/Makefile
Modified: llvm/trunk/runtime/libprofile/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/libprofile/Makefile?rev=112964&r1=112963&r2=112964&view=diff
==============================================================================
--- llvm/trunk/runtime/libprofile/Makefile (original)
+++ llvm/trunk/runtime/libprofile/Makefile Fri Sep 3 10:42:45 2010
@@ -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 @@
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
Removed: llvm/trunk/runtime/libprofile/exported_symbols.lst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/libprofile/exported_symbols.lst?rev=112963&view=auto
==============================================================================
--- llvm/trunk/runtime/libprofile/exported_symbols.lst (original)
+++ llvm/trunk/runtime/libprofile/exported_symbols.lst (removed)
@@ -1,4 +0,0 @@
-llvm_start_edge_profiling
-llvm_start_opt_edge_profiling
-llvm_start_basic_block_tracing
-llvm_trace_basic_block
Copied: llvm/trunk/runtime/libprofile/libprofile.exports (from r112963, llvm/trunk/runtime/libprofile/exported_symbols.lst)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/libprofile/libprofile.exports?p2=llvm/trunk/runtime/libprofile/libprofile.exports&p1=llvm/trunk/runtime/libprofile/exported_symbols.lst&r1=112963&r2=112964&rev=112964&view=diff
==============================================================================
(empty)
More information about the llvm-commits
mailing list