mehdi_amini added inline comments. ================ Comment at: fuzz/CMakeLists.txt:3 +if( LLVM_USE_SANITIZE_COVERAGE ) + set(LLVM_LINK_COMPONENTS support) + ---------------- This is a dependency on libLLVMSupport right? Why is this needed? https://reviews.llvm.org/D28133