repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git]
/
lib
/
Target
/
MBlaze
/
TargetInfo
/
CMakeLists.txt
blob
40696f63c462a5640c5dd7f868142bbcfa53d262
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
2
${CMAKE_CURRENT_SOURCE_DIR}/.. )
3
4
add_llvm_library(LLVMMBlazeInfo
5
MBlazeTargetInfo.cpp
6
)
7
8
add_dependencies(LLVMMBlazeInfo MBlazeCodeGenTable_gen)