summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump/fuzzer/CMakeLists.txt
blob: 318c4f7bfce44be75b62d077e4504671636fc5a5 (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  DebugInfoDWARF
  Object
  Support
  )

add_llvm_fuzzer(llvm-dwarfdump-fuzzer
  EXCLUDE_FROM_ALL
  llvm-dwarfdump-fuzzer.cpp
  )
OpenPOWER on IntegriCloud