mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 15:41:05 +00:00
[AVR] Add missing CMake dependencies
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af292693ca
commit
ea9e0d46c4
@ -7,12 +7,12 @@ tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
|
||||
add_public_tablegen_target(AVRCommonTableGen)
|
||||
|
||||
add_llvm_target(AVRCodeGen
|
||||
AVRTargetMachine.cpp
|
||||
AVRTargetObjectFile.cpp
|
||||
AVRSubtarget.cpp
|
||||
AVRInstrInfo.cpp
|
||||
AVRRegisterInfo.cpp
|
||||
)
|
||||
AVRInstrInfo.cpp
|
||||
AVRRegisterInfo.cpp
|
||||
AVRSubtarget.cpp
|
||||
AVRTargetMachine.cpp
|
||||
AVRTargetObjectFile.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMAVRCodeGen intrinsics_gen)
|
||||
|
||||
|
@ -5,3 +5,5 @@ add_llvm_library(LLVMAVRInfo
|
||||
AVRTargetInfo.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMAVRInfo AVRCommonTableGen)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user