Hi all,
I am an Ubuntu user and trying to install llvm for afl ,however I get the following error:
[*] Checking for working 'llvm-config'...
[-] Oops, can't find 'llvm-config'. Install clang or set $LLVM_CONFIG or $PATH beforehand.
(Sometimes, the binary will be named llvm-config-3.5 or something like that.)
Makefile:67: recipe for target 'test_deps' failed
make: *** [test_deps] Error 1
I can't find where the llvm-config is located, can anyone tell me where should I be looking? After reading the related section in the README file I am not still not sure if I understood what exactly I should be doing to solve this problem , since I am not an experienced linux user , I would be glad if someone could help me out.