Le 10/08/2016 à 22:33, Chris Lamb a écrit :
>>> It feels a bit ugly and unwieldy to hardcode:
>>>
>>>  /usr/lib/llvm-3.9/lib/libFuzzer.a
>>>
>>> .. in my scripts
>>
>> What are you expecting? 
> 
> I'm not sure. Some kind of "which libfuzzer.a". I'm probably missing something
> fundamental about using/finding static libraries; it's not something I 
> regularly
> do.
This ? :p
clang++-3.9 -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc 
$(llvm-config-3.9  --libdir)/libFuzzer.a

Reply via email to