repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support using DebugLoc's in a DenseMap.
[llvm/stm8.git]
/
utils
/
not
/
CMakeLists.txt
blob
f4c02290d7d1d32229c734516824094e0c714b0d
1
add_llvm_utility(not
2
not.cpp
3
)
4
5
target_link_libraries(not LLVMSupport)
6
if( MINGW )
7
target_link_libraries(not imagehlp psapi)
8
endif( MINGW )
9
if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
10
target_link_libraries(not pthread)
11
endif()