aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-20 05:02:41 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-20 05:02:41 +0000
commit7dadba34d7c2890b6cb68d01a904154487a44c2f (patch)
treee2cdacc33d9eda6c2aac2e0f587f273d6b43885e /runtime/libprofile
parent38eee3cc29cb9bee8db573a6320852360f310752 (diff)
downloadexternal_llvm-7dadba34d7c2890b6cb68d01a904154487a44c2f.zip
external_llvm-7dadba34d7c2890b6cb68d01a904154487a44c2f.tar.gz
external_llvm-7dadba34d7c2890b6cb68d01a904154487a44c2f.tar.bz2
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
that is totally bogus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79512 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile')
-rw-r--r--runtime/libprofile/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index 8ff46fa..9f601c4 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -14,6 +14,5 @@ LOADABLE_MODULE = 1
LIBRARYNAME = profile_rt
EXTRA_DIST = exported_symbols.lst
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
include $(LEVEL)/Makefile.common