mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
This was never updated for the project makefile changes
llvm-svn: 23790
This commit is contained in:
parent
645b455920
commit
213cd5c12b
@ -47,19 +47,19 @@ SJLJEHObj := $(ObjDir)/SJLJ-Exception.bc
|
||||
$(ObjDir)/comp_main.bc: $(MainObj)
|
||||
$(Echo) Linking $(notdir $@) component...
|
||||
$(Verb) $(GCCLD) -link-as-library \
|
||||
-internalize-public-api-file=$(BUILD_SRC_DIR)/comp_main.lst \
|
||||
-internalize-public-api-file=$(PROJ_SRC_DIR)/comp_main.lst \
|
||||
$(MainObj) -o $@
|
||||
|
||||
# Generic exception handling support runtime.
|
||||
$(ObjDir)/comp_genericeh.bc: $(GenericEHObj)
|
||||
$(Echo) Linking $(notdir $@) component...
|
||||
$(Verb) $(GCCLD) -link-as-library \
|
||||
-internalize-public-api-file=$(BUILD_SRC_DIR)/comp_genericeh.lst \
|
||||
-internalize-public-api-file=$(PROJ_SRC_DIR)/comp_genericeh.lst \
|
||||
$(GenericEHObj) -o $@
|
||||
|
||||
# setjmp/longjmp exception handling support runtime.
|
||||
$(ObjDir)/comp_sjljeh.bc: $(SJLJEHObj)
|
||||
$(Echo) Linking $(notdir $@) component...
|
||||
$(Verb) $(GCCLD) -link-as-library \
|
||||
-internalize-public-api-file=$(BUILD_SRC_DIR)/comp_sjljeh.lst \
|
||||
-internalize-public-api-file=$(PROJ_SRC_DIR)/comp_sjljeh.lst \
|
||||
$(SJLJEHObj) -o $@
|
||||
|
@ -13,7 +13,7 @@ SHARED_LIBRARY = 1
|
||||
LOADABLE_MODULE = 1
|
||||
LIBRARYNAME = profile_rt
|
||||
EXTRA_DIST = exported_symbols.lst
|
||||
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
|
||||
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
|
||||
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user