9 lines
166 B
Text
9 lines
166 B
Text
|
# Solaris ld requires this dependency to be made explicit for shared builds.
|
||
|
set(LLVM_LINK_COMPONENTS
|
||
|
Core
|
||
|
)
|
||
|
|
||
|
add_polly_unittest(DeLICMTests
|
||
|
DeLICMTest.cpp
|
||
|
)
|