Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / Target / MSP430 / AsmParser / CMakeLists.txt
blobc00dfa838b090fe81d38af57fc8a54a2b68a0cba
1 add_llvm_component_library(LLVMMSP430AsmParser
2   MSP430AsmParser.cpp
4   LINK_COMPONENTS
5   CodeGenTypes
6   MC
7   MCParser
8   MSP430Desc
9   MSP430Info
10   Support
12   ADD_TO_COMPONENT
13   MSP430
14   )