projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support in the disassembler for ignoring the L-bit on certain VEX instructions...
[oota-llvm.git]
/
utils
/
FileCheck
/
CMakeLists.txt
1
add_llvm_utility(FileCheck
2
FileCheck.cpp
3
)
4
5
target_link_libraries(FileCheck LLVMSupport)
6
if( MINGW )
7
target_link_libraries(FileCheck imagehlp psapi)
8
endif( MINGW )
9
if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
10
target_link_libraries(FileCheck pthread)
11
endif()