Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / Target / AVR / AsmParser / CMakeLists.txt
blobc1616f74aabdcb51269ed3712e24601616531b1f
1 add_llvm_component_library(LLVMAVRAsmParser
2   AVRAsmParser.cpp
4   LINK_COMPONENTS
5   AVRDesc
6   AVRInfo
7   CodeGenTypes
8   MC
9   MCParser
10   Support
12   ADD_TO_COMPONENT
13   AVR
14   )