Fuzzing with LDC

kinke kinke at libero.it
Wed May 9 09:06:06 UTC 2018


On Tuesday, 8 May 2018 at 23:12:31 UTC, Luís Marques wrote:
> What's the easiest way to get fuzzing working with LDC on macOS?

Using the official prebuilt release package probably. - libFuzzer 
is part of the compiler-rt repo and not included in the LLVM 
source tree. If you wanna build LLVM yourself, I suggest using 
the source tarball of our fork, which includes compiler-rt: 
https://github.com/ldc-developers/llvm/releases


More information about the digitalmars-d-ldc mailing list