[UpdateCCTestChecks] Detect function mangled name on separate line
[llvm-core.git] / tools / llc / CMakeLists.txt
blob300efdab10d0cb6abc2f73dd295e7b26f1507948
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsAsmParsers
3   AllTargetsCodeGens
4   AllTargetsDescs
5   AllTargetsInfos
6   Analysis
7   AsmPrinter
8   CodeGen
9   Core
10   IRReader
11   MC
12   MIRParser
13   Remarks
14   ScalarOpts
15   SelectionDAG
16   Support
17   Target
18   TransformUtils
19   Vectorize
20   )
22 # Support plugins.
23 set(LLVM_NO_DEAD_STRIP 1)
25 add_llvm_tool(llc
26   llc.cpp
28   DEPENDS
29   intrinsics_gen
30   )
31 export_executable_symbols(llc)