repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
replace printBasicBlockLabel with EmitBasicBlockStart,
[llvm/avr.git]
/
lib
/
Target
/
PIC16
/
AsmPrinter
/
CMakeLists.txt
blob
2e1b809b92d7d64e0137a9049a878d7bf16f2a2e
1
include_directories(
\r
2
${CMAKE_CURRENT_BINARY_DIR}/..
\r
3
${CMAKE_CURRENT_SOURCE_DIR}/..
\r
4
)
\r
5
\r
6
add_llvm_library(LLVMPIC16AsmPrinter
\r
7
PIC16AsmPrinter.cpp
8
)
\r
9
add_dependencies(LLVMPIC16AsmPrinter PIC16CodeGenTable_gen)