summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-isel-fuzzer/CMakeLists.txt
blob: 6b930fe0eaaab973de5bcc98052f691d5b8a42b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(LLVM_LINK_COMPONENTS
    ${LLVM_TARGETS_TO_BUILD}
    Analysis
    AsmPrinter
    BitReader
    CodeGen
    Core
    FuzzMutate
    IRReader
    MC
    ScalarOpts
    SelectionDAG
    Support
    Target
)
add_llvm_fuzzer(llvm-isel-fuzzer llvm-isel-fuzzer.cpp
  DUMMY_MAIN DummyISelFuzzer.cpp)
OpenPOWER on IntegriCloud