bolt/deps/llvm-18.1.8/polly/unittests/DeLICM/CMakeLists.txt
2025-02-14 19:21:04 +01:00

8 lines
166 B
CMake

# Solaris ld requires this dependency to be made explicit for shared builds.
set(LLVM_LINK_COMPONENTS
Core
)
add_polly_unittest(DeLICMTests
DeLICMTest.cpp
)