summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-25 22:37:04 +0000
committerChris Lattner <sabre@nondot.org>2003-08-25 22:37:04 +0000
commitaa8882a7ad4ff5ca2f6c693b966a2e7f171972d9 (patch)
treec54636aef4da3e700959a51c02dcc3d4a5f64a07 /runtime
parent5337521c2b04f5dce02b3ce9a8d231c4273ab3fd (diff)
downloadllvm-aa8882a7ad4ff5ca2f6c693b966a2e7f171972d9.tar.gz
llvm-aa8882a7ad4ff5ca2f6c693b966a2e7f171972d9.tar.bz2
llvm-aa8882a7ad4ff5ca2f6c693b966a2e7f171972d9.tar.xz
Remove copy-and-paste gunk
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/libexception/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/GCCLibraries/libexception/Makefile b/runtime/GCCLibraries/libexception/Makefile
index 3715b14309..09076cbc95 100644
--- a/runtime/GCCLibraries/libexception/Makefile
+++ b/runtime/GCCLibraries/libexception/Makefile
@@ -3,15 +3,4 @@ BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=exception
-#Source = crtend.c listend.ll
-
-###EXPORTED_SYMBOL_LIST = __main,llvm.global_ctors,llvm.global_dtors
-
include $(LEVEL)/Makefile.common
-
-
-$(LLVMGCCDIR)/bytecode-libs/crtend.o: $(LIBNAME_BC)
- @cp $< $@
-
-install:: $(LLVMGCCDIR)/bytecode-libs/crtend.o
- @rm $(LLVMGCCDIR)/bytecode-libs/libcrtend.bc