summaryrefslogtreecommitdiff
path: root/runtime/libprofile/Makefile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-03-07 02:03:08 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-03-07 02:03:08 +0000
commit218042a02305a3cc38d968a97ff9ecf4b4abe6ff (patch)
treef2d746634870c541058f0bbb2550f4ff24e660a3 /runtime/libprofile/Makefile
parent3de61b4c0144748e4b9157e2c22fe4ea685981a2 (diff)
downloadllvm-218042a02305a3cc38d968a97ff9ecf4b4abe6ff.tar.gz
llvm-218042a02305a3cc38d968a97ff9ecf4b4abe6ff.tar.bz2
llvm-218042a02305a3cc38d968a97ff9ecf4b4abe6ff.tar.xz
Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and
is the one that should be used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile/Makefile')
-rw-r--r--runtime/libprofile/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index 44ea204bcf..6c3701b268 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -16,8 +16,6 @@ endif
LIBRARYNAME = profile_rt
LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1
-EXTRA_DIST = libprofile.exports
-EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
# Build and install this archive.
BUILD_ARCHIVE = 1