forked from OSchip/llvm-project
16 lines
305 B
CMake
16 lines
305 B
CMake
add_llvm_component_library(LLVMAVRDesc
|
|
AVRAsmBackend.cpp
|
|
AVRELFObjectWriter.cpp
|
|
AVRELFStreamer.cpp
|
|
AVRInstPrinter.cpp
|
|
AVRMCAsmInfo.cpp
|
|
AVRMCCodeEmitter.cpp
|
|
AVRMCELFStreamer.cpp
|
|
AVRMCExpr.cpp
|
|
AVRMCTargetDesc.cpp
|
|
AVRTargetStreamer.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAVRDesc AVRCommonTableGen)
|
|
|