Pieter de Bie
2009-Feb-07 16:08 UTC
[LLVMdev] [PATCH] Use the new URL to BugPoint documentation
---
tools/bugpoint/bugpoint.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
I came across this while running bugpoint --help, hope you don't mind the
git
patch output :)
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 2364675..587077e 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -67,7 +67,7 @@ int main(int argc, char **argv) {
llvm_shutdown_obj X; // Call llvm_shutdown() on exit.
cl::ParseCommandLineOptions(argc, argv,
"LLVM automatic testcase reducer.
See\nhttp://"
-
"llvm.org/docs/CommandGuide/bugpoint.html"
+ "llvm.org/cmds/bugpoint.html"
" for more information.\n");
sys::PrintStackTraceOnErrorSignal();
sys::SetInterruptFunction(BugpointInterruptFunction);
--
1.6.1.2.458.g9de76
Chris Lattner
2009-Feb-07 18:56 UTC
[LLVMdev] [PATCH] Use the new URL to BugPoint documentation
On Feb 7, 2009, at 8:08 AM, Pieter de Bie wrote:> --- > tools/bugpoint/bugpoint.cpp | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > I came across this while running bugpoint --help, hope you don't > mind the git > patch output :)Applied, thanks! http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090202/073432.html -Chris