mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 12:21:04 +00:00
[lli] Fix -DBUILD_SHARED_LIBS=on build
This fixes: ld.lld: error: undefined symbol: vtable for llvm::orc::rpc::ResponseAbandoned >>> referenced by lli.cpp In -DBUILD_SHARED_LIBS=on builds, all directly referenced references must be linked to appease -Wl,-z,defs.
This commit is contained in:
parent
05d7b20b14
commit
75e150df0b
@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
MC
|
||||
MCJIT
|
||||
Object
|
||||
OrcError
|
||||
OrcJIT
|
||||
Passes
|
||||
RuntimeDyld
|
||||
|
Loading…
Reference in New Issue
Block a user