mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 10:32:56 +00:00
a8c897c57c
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256130 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
331 B
CMake
15 lines
331 B
CMake
set(LLVM_TARGET_DEFINITIONS AVR.td)
|
|
|
|
tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
|
|
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
|
|
add_public_tablegen_target(AVRCommonTableGen)
|
|
|
|
add_llvm_target(AVRCodeGen
|
|
AVRTargetMachine.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAVRCodeGen intrinsics_gen)
|
|
|
|
add_subdirectory(TargetInfo)
|
|
|