Add missing optimizer libs.

This commit is contained in:
Axel Naumann 2016-11-15 15:22:06 +01:00 committed by sftnight
parent 3ad4393932
commit 2e7ac15af4
2 changed files with 4 additions and 0 deletions

View File

@ -32,8 +32,10 @@ set( LLVM_LINK_COMPONENTS
option
orcjit
runtimedyld
scalaropts
support
target
transformutils
)
add_cling_library(clingInterpreter OBJECT

View File

@ -36,8 +36,10 @@ set( LLVM_LINK_COMPONENTS
option
orcjit
runtimedyld
scalaropts
support
target
transformutils
)
find_library(DL_LIBRARY_PATH dl)