[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 4 19:28:29 PDT 2004



Changes in directory llvm/runtime/GCCLibraries/crtend:

Makefile updated: 1.14 -> 1.15
---
Log message:

C++ support does not live in the C runtime any longer


---
Diffs of the changes:  (+1 -6)

Index: llvm/runtime/GCCLibraries/crtend/Makefile
diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.14 llvm/runtime/GCCLibraries/crtend/Makefile:1.15
--- llvm/runtime/GCCLibraries/crtend/Makefile:1.14	Thu Mar 11 14:55:23 2004
+++ llvm/runtime/GCCLibraries/crtend/Makefile	Wed Aug  4 21:28:17 2004
@@ -39,7 +39,7 @@
 
 
 # The four components described in the README
-Components := main genericeh sjljeh cxxeh
+Components := main genericeh sjljeh
 ComponentLibs := $(Components:%=$(BUILD_OBJ_DIR)/BytecodeObj/comp_%.bc)
 
 
@@ -69,9 +69,4 @@
 	@echo Linking $(notdir $@) component...
 	$(VERB) $(LGCCLDPROG) -link-as-library -internalize-public-api-file=$(BUILD_SRC_DIR)/comp_sjljeh.lst $(SJLJEHObj) -o $@
 
-# C++ exception handling support runtime.
-$(BUILD_OBJ_DIR)/BytecodeObj/comp_cxxeh.bc: $(CXXEHObj)
-	@echo Linking $(notdir $@) component...
-	$(VERB) $(LGCCLDPROG) -link-as-library -internalize-public-api-file=$(BUILD_SRC_DIR)/comp_cxxeh.lst $(CXXEHObj) -o $@
-
 






More information about the llvm-commits mailing list