Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / Target / RISCV / MCA / CMakeLists.txt
blob036cd4e0034b2abf9de30c8379a52122eecfe797
1 add_llvm_component_library(LLVMRISCVTargetMCA
2   RISCVCustomBehaviour.cpp
4   LINK_COMPONENTS
5   CodeGenTypes
6   MC
7   MCA
8   MCParser
9   RISCVDesc
10   RISCVInfo
11   Support
13   ADD_TO_COMPONENT
14   RISCV
15   )