de en es fr nl pl pt sv zh

clang

LLVM Bugpoint

Logan

In this post, I would like to introduce the bugpoint command line tool. This is a automatic test case reduction tool which can help us generate minimal test case. As a compiler developer, the first step to debug is to create a minimal test case which can still reproduce the bug. Unfortunately,...