repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TSan] Increase the number of simultaneously locked mutexes that a thread can hold...
[llvm-project.git]
/
polly
/
unittests
/
DeLICM
/
CMakeLists.txt
blob
e3e3062f4e8186f2d9ca3199f5462fd2989f778b
1
# Solaris ld requires this dependency to be made explicit for shared builds.
2
set(LLVM_LINK_COMPONENTS
3
Core
4
)
5
6
add_polly_unittest(DeLICMTests
7
DeLICMTest.cpp
8
)