Bug#833954: libfuzzer-3.9-dev: Please provide a programmatic method of finding

Sylvestre Ledru sylvestre at debian.org
Thu Aug 11 09:09:05 UTC 2016


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



More information about the Pkg-llvm-team mailing list