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 eke out some simple instructions for load/store/add
[llvm/zpu.git]
/
lib
/
Target
/
PTX
/
TargetInfo
/
CMakeLists.txt
blob
4b09cf5ce0995fb8f08d740f5db27d11fdb1500c
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_library(LLVMPTXInfo
4
PTXTargetInfo.cpp
5
)
6
7
add_dependencies(LLVMPTXInfo PTXCodeGenTable_gen)