9 lines
145 B
CMake
9 lines
145 B
CMake
|
add_llvm_library(LLVMAVRDesc
|
||
|
AVRELFStreamer.cpp
|
||
|
AVRMCAsmInfo.cpp
|
||
|
AVRTargetStreamer.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMAVRDesc AVRCommonTableGen)
|
||
|
|