From e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 16 Oct 2003 18:13:19 +0000 Subject: [PATCH] Update the website automatically on documentation commit [in progress]. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9166 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 89d92e64f40..22d5e4ce309 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -30,7 +30,8 @@ specified, bugpoint enters "code generator debugging mode".

Crash debugging mode

If a pass crashes, bugpoint will try to narrow down the list of passes and the -code to a more manageable amount. +code to a more manageable amount. Using a sophisticated binary-search algorithm, +bugpoint pares down the list of passes to a minimum set. [unfinished]

Miscompilation debugging mode