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
this is failing on linux hosts, force a triple.
[llvm/avr.git]
/
lib
/
Target
/
Blackfin
/
AsmPrinter
/
CMakeLists.txt
blob
795aebfe2b8ea665eaece853046d23b459586303
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_library(LLVMBlackfinAsmPrinter
4
BlackfinAsmPrinter.cpp
5
)
6
add_dependencies(LLVMBlackfinAsmPrinter BlackfinCodeGenTable_gen)