[all-commits] [llvm/llvm-project] a9a510: [bugpoint] Fix repeated off-by-one error in debug ...
Jessica Clarke via All-commits
all-commits at lists.llvm.org
Mon Nov 8 15:46:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9a510f2171a44c9b69146bce228a083eb964d6d
https://github.com/llvm/llvm-project/commit/a9a510f2171a44c9b69146bce228a083eb964d6d
Author: Jessica Clarke <jrtc27 at jrtc27.com>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M llvm/tools/bugpoint/ToolRunner.cpp
Log Message:
-----------
[bugpoint] Fix repeated off-by-one error in debug output
This resulted in the final argument being dropped from the output, which
can be rather important.
More information about the All-commits
mailing list