[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / tools / clang-fuzzer / handle-llvm / CMakeLists.txt
blob9ceb1d3318283b80da35cce890b6a86089997ae6
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   CodeGen
4   Core
5   ExecutionEngine
6   IPO
7   IRReader
8   MC
9   MCJIT
10   Object
11   RuntimeDyld
12   SelectionDAG
13   Support
14   Target
15   TransformUtils
16   native
19 add_clang_library(clangHandleLLVM
20   handle_llvm.cpp
22   DEPENDS
23   intrinsics_gen
24   )