[llvm-commits] [llvm] r112964 - in /llvm/trunk/runtime/libprofile: Makefile exported_symbols.lst libprofile.exports

NAKAMURA Takumi geek4civic at gmail.com
Fri Sep 3 08:54:59 PDT 2010


Mikhail,

> Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.

It is the thing I wanted to propose commit, spasibo.
I would commit one when I found how to check profile_rt.dll.
(one is in my local repo)

...Takumi


2010/9/4 Mikhail Glushenkov <foldr at codedgers.com>:
> 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)
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list