Arch Linux ldc package can't use asan
Wild
xwildn00bx at gmail.com
Tue Jan 9 17:58:58 UTC 2018
On Tuesday, 9 January 2018 at 17:54:11 UTC, kinke wrote:
> Thanks. The official package ships with a renamed copy of the
> LLVM compiler-rt library (matching the LLVM version LDC was
> built with), libldc_rt.asan-x86_64.a. If a copy is out of the
> question, a dependency on the package containing that lib
> (original name: libclang_rt.asan-x86_64.a) and a symlink may do
> the job.
> libFuzzer is handled like this as well. See
> https://github.com/ldc-developers/ldc/blob/v1.7.0/CMakeLists.txt#L742-L795.
Thanks! Now I don't need track down what was missing.
Small question, is only *.a needed and not *.so?
- Dan
More information about the Digitalmars-d
mailing list