Add missing optimizer libs.
This commit is contained in:
parent
3ad4393932
commit
2e7ac15af4
@ -32,8 +32,10 @@ set( LLVM_LINK_COMPONENTS
|
||||
option
|
||||
orcjit
|
||||
runtimedyld
|
||||
scalaropts
|
||||
support
|
||||
target
|
||||
transformutils
|
||||
)
|
||||
|
||||
add_cling_library(clingInterpreter OBJECT
|
||||
|
@ -36,8 +36,10 @@ set( LLVM_LINK_COMPONENTS
|
||||
option
|
||||
orcjit
|
||||
runtimedyld
|
||||
scalaropts
|
||||
support
|
||||
target
|
||||
transformutils
|
||||
)
|
||||
|
||||
find_library(DL_LIBRARY_PATH dl)
|
||||
|
Loading…
Reference in New Issue
Block a user