<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div style="line-height:1.6;font-family:'Æ»·½','΢ÈíÑźÚ','sans-serif';"><br><font style="color:rgb(0,0,0);"><br>Hello, I am a user of llvm, now I am learning to use the fuzzer tool provided by llvm, but now I have a problem.<br></font><font style="color:rgb(0,0,0);">According to the official llvm documentation, the fuzzer tool will automatically link to Libfuzzer, but when I use it, I will prompt the following message "This tool was not linked to libFuzzer".<br></font><font style="color:rgb(0,0,0);"><img src="cid:5853b92a$1$16a85aaeb30$Coremail$18204310677$163.com"></font><br><font style="color:rgb(0,0,0);">When building the compiler, I used the following cmake command, "cmake -G "Unix Makefiles" -DLLVM_BUILD_TYPE=release -DLLVM_USE_SANITIZER=Address -DLLVM_USE_SANITIZER_COVERAGE=On -DLLVM_BUILD_RUNTIME=Off -DCMAKE_ASM_COMPILER=/home/nopea/LLVM/llvm_build/bin /clang -DCMAKE_CXX_COMPILER=/home/nopea/LLVM/llvm_build/bin/clang++ -DLLVM_TARGETS_TO_BUILD=X86 ../llvm-8.0.0/", I hope you can help me solve this problem, thank you.<br></font><font style="color:rgb(0,0,0);">Best wishes<br></font><br></div>
</body>
</html>