Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / Target / LoongArch / AsmParser / CMakeLists.txt
blob29616053118f27dc2dcc56f780e8c068dbb3ccaf
1 add_llvm_component_library(LLVMLoongArchAsmParser
2   LoongArchAsmParser.cpp
4   LINK_COMPONENTS
5   LoongArchDesc
6   LoongArchInfo
7   MC
8   MCParser
9   Support
11   ADD_TO_COMPONENT
12   LoongArch
13   )