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
Fixed some bugs.
[llvm/zpu.git]
/
lib
/
Target
/
Mips
/
AsmPrinter
/
CMakeLists.txt
blob
d3099d2a4e3e596a13a31ea610c558b06d8f0dea
1
include_directories(
2
${CMAKE_CURRENT_BINARY_DIR}/..
3
${CMAKE_CURRENT_SOURCE_DIR}/..
4
)
5
6
add_llvm_library(LLVMMipsAsmPrinter
7
MipsAsmPrinter.cpp
8
)
9
add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)