mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
a02b1d7d51
Reviewers: arsenm, kparzysz Subscribers: wdng, beanz, japaric, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D25388 llvm-svn: 285269
14 lines
251 B
CMake
14 lines
251 B
CMake
add_llvm_library(LLVMAVRDesc
|
|
AVRAsmBackend.cpp
|
|
AVRELFObjectWriter.cpp
|
|
AVRELFStreamer.cpp
|
|
AVRMCAsmInfo.cpp
|
|
AVRMCCodeEmitter.cpp
|
|
AVRMCExpr.cpp
|
|
AVRMCTargetDesc.cpp
|
|
AVRTargetStreamer.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAVRDesc AVRCommonTableGen)
|
|
|