[PATCH] D124494: [lld] Add lld-fuzzer

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 05:44:25 PDT 2022


thakis added a comment.

> another aspect (if I remember correctly) - there was an effort to make LLD usable as a library, in this case the input might come from various sources.

The folks pushing for lld-as-library have iirc promised that we will keep the "inputs are valid" assumption so that we don't have to make lld's code much more complicated for that use case.

There've been previous threads on this on fuzzing lld on the mailing lists, maybe you can find them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124494/new/

https://reviews.llvm.org/D124494



More information about the llvm-commits mailing list