mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
C++ support does not live in the C runtime any longer
llvm-svn: 15515
This commit is contained in:
parent
dd605927d9
commit
c1830c50ec
@ -39,7 +39,7 @@ install-bytecode:: $(DESTDIR)$(bytecode_libdir)/libcrtend.a
|
||||
|
||||
|
||||
# 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 @@ $(BUILD_OBJ_DIR)/BytecodeObj/comp_sjljeh.bc: $(SJLJEHObj)
|
||||
@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 $@
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user