book.avr-rust.com icon indicating copy to clipboard operation
book.avr-rust.com copied to clipboard

Consider describing bugpoint bug reproduction minimization process in book

Open dylanmckay opened this issue 4 years ago • 2 comments

dylanmckay avatar Jul 23 '20 16:07 dylanmckay

This content can start with the stuff from the old wiki

shepmaster avatar Jul 25 '20 11:07 shepmaster

Today I Learned: bugpoint is a tool from the LLVM universum and aids debugging LLVM errors.

$ apt-file search bugpoint
llvm: /usr/bin/bugpoint                   
llvm-11: /usr/bin/bugpoint-11
llvm-11: /usr/lib/llvm-11/bin/bugpoint
llvm-11-doc: /usr/share/doc/llvm-11-doc/html/CommandGuide/bugpoint.html
llvm-11-doc: /usr/share/doc/llvm-11-doc/html/_sources/CommandGuide/bugpoint.rst.txt
llvm-12: /usr/bin/bugpoint-12
   ...
llvm-14-doc: /usr/share/doc/llvm-14-doc/html/_sources/CommandGuide/bugpoint.rst.txt
llvm-15: /usr/bin/bugpoint-15
llvm-15: /usr/lib/llvm-15/bin/bugpoint
llvm-15: /usr/share/man/man1/bugpoint-15.1.gz
llvm-15-doc: /usr/share/doc/llvm-15-doc/html/CommandGuide/bugpoint.html
llvm-15-doc: /usr/share/doc/llvm-15-doc/html/_sources/CommandGuide/bugpoint.rst.txt
$

stappersg avatar Jun 20 '22 16:06 stappersg