repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: wip - add pass to convert registers to stack slots
[llvm/zpu.git]
/
utils
/
FileUpdate
/
CMakeLists.txt
blob
bacbd16b90f9f9c2553d540026161e27313a1cf7
1
add_executable(FileUpdate
2
FileUpdate.cpp
3
)
4
5
target_link_libraries(FileUpdate LLVMSupport LLVMSystem)
6
if( MINGW )
7
target_link_libraries(FileUpdate imagehlp psapi)
8
endif( MINGW )
9
if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
10
target_link_libraries(FileUpdate pthread)
11
endif()