Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / llc / CMakeLists.txt
blob257d5b519f0406f61c5e9b7f368d96fc26995ccb
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsAsmParsers
3   AllTargetsCodeGens
4   AllTargetsDescs
5   AllTargetsInfos
6   Analysis
7   AsmPrinter
8   CodeGen
9   CodeGenTypes
10   Core
11   IRReader
12   MC
13   MIRParser
14   Remarks
15   ScalarOpts
16   SelectionDAG
17   Support
18   Target
19   TargetParser
20   TransformUtils
21   Vectorize
22   )
24 add_llvm_tool(llc
25   llc.cpp
27   DEPENDS
28   intrinsics_gen
29   SUPPORT_PLUGINS
30   )
32 export_executable_symbols_for_plugins(llc)