Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « llvm-bolt-fuzzer « tools « bolt - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c26b78c855c223ba18e79a46cf1cdc93f279a4b (plain)
1
2
3
4
5
6
7
set(LLVM_LINK_COMPONENTS
  BOLTRewrite
  )

add_llvm_fuzzer(llvm-bolt-fuzzer
  llvm-bolt-fuzzer.cpp
  )