llvm-project/llvm/lib/Target/AVR/CMakeLists.txt

11 lines
138 B
CMake

add_llvm_target(AVRCodeGen
AVRTargetMachine.cpp
)
add_dependencies(LLVMAVRCodeGen intrinsics_gen)
add_subdirectory(TargetInfo)