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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 18:53:04 PDT 2022


thakis added a comment.

Handling invalid input data is a non goal of lld. Linker data is usually created by a compiler and is usually valid. Handling invalid input data makes the code more complicated and has no user visible benefit. That's why this is a non goal.


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