diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-09-03 15:42:45 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-09-03 15:42:45 +0000 |
commit | a7236d3a924e75cef0834dc2a6f5776a276d1ba7 (patch) | |
tree | ea7949b0d96ccf477f499ef079e11a77211c379f /runtime | |
parent | d46bd6efa0fdf7a3ab5398b72cf4b394293c25ca (diff) |
Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.
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
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/libprofile/Makefile | 8 | ||||
-rw-r--r-- | runtime/libprofile/libprofile.exports (renamed from runtime/libprofile/exported_symbols.lst) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index 15e6779512..4125af60d2 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile @@ -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/libprofile.exports index f45ff47601..f45ff47601 100644 --- a/runtime/libprofile/exported_symbols.lst +++ b/runtime/libprofile/libprofile.exports |