[TSan] Increase the number of simultaneously locked mutexes that a thread can hold...
[llvm-project.git] / polly / unittests / DeLICM / CMakeLists.txt
blobe3e3062f4e8186f2d9ca3199f5462fd2989f778b
1 # Solaris ld requires this dependency to be made explicit for shared builds.
2 set(LLVM_LINK_COMPONENTS
3   Core
4   )
6 add_polly_unittest(DeLICMTests
7   DeLICMTest.cpp
8   )