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

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 01:11:29 PDT 2022


alexander-shaposhnikov added a comment.

P.P.S. lld-fuzzer can also be invoked like this: `lld-fuzzer ~/NEW_LINKER_SCRIPT_CORPUS_DIR/ -max_len=100 -detect_leaks=0 -ignore_remaining_args=1 -flavor gnu  hello_world.o --script`, in this case the fuzzer generated input is treated as a linker script (and also eventually detects a crash).


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