1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[AVR] Add dependencies to AVR libraries in AVRCodeGen

llvm-svn: 283628
This commit is contained in:
Dylan McKay 2016-10-08 00:45:24 +00:00
parent 4c9681ec4f
commit 24c6381412

View File

@ -29,5 +29,6 @@ has_asmparser = 1
type = Library
name = AVRCodeGen
parent = AVR
required_libraries = AsmPrinter CodeGen Core MC AVRInfo SelectionDAG Support Target
required_libraries = AsmPrinter CodeGen Core MC AVRAsmPrinter AVRDesc AVRInfo SelectionDAG Support Target
add_to_library_groups = AVR