[lldb] Fix "exact match" debug_names type queries (#118465)
[llvm-project.git] / clang / tools / clang-fuzzer / handle-llvm / CMakeLists.txt
blob9962f9850f545d1d7b6e852a9143e9ecc1602b81
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   CodeGen
4   Core
5   ExecutionEngine
6   IPO
7   IRPrinter
8   IRReader
9   MC
10   MCJIT
11   Object
12   Passes
13   RuntimeDyld
14   SelectionDAG
15   Support
16   Target
17   TargetParser
18   TransformUtils
19   native
22 add_clang_library(clangHandleLLVM
23   handle_llvm.cpp
25   DEPENDS
26   intrinsics_gen
27   )