mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
when making bytecode modules, link as library
llvm-svn: 47574
This commit is contained in:
parent
c67fa85683
commit
4666486a41
@ -728,7 +728,7 @@ $(warning Modules require llvm-gcc but no llvm-gcc is available ****)
|
||||
else
|
||||
|
||||
Module := $(LibDir)/$(MODULE_NAME).bc
|
||||
LinkModule := $(LLVMLD) -L$(CFERuntimeLibDir)
|
||||
LinkModule := $(LLVMLD) -L$(CFERuntimeLibDir) -r
|
||||
|
||||
|
||||
ifdef EXPORTED_SYMBOL_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user