forked from OSchip/llvm-project
11 lines
138 B
CMake
11 lines
138 B
CMake
|
|
||
|
|
||
|
add_llvm_target(AVRCodeGen
|
||
|
AVRTargetMachine.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMAVRCodeGen intrinsics_gen)
|
||
|
|
||
|
add_subdirectory(TargetInfo)
|
||
|
|