mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 17:42:40 +00:00
when making bytecode modules, link as library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14e2ea9a55
commit
a7b33db5e9
@ -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…
x
Reference in New Issue
Block a user