projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fdbc1d
)
fix bugpoint url, patch by Pieter de Bie!
author
Chris Lattner
<sabre@nondot.org>
Sat, 7 Feb 2009 18:56:30 +0000
(18:56 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 7 Feb 2009 18:56:30 +0000
(18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64022
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/bugpoint.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/bugpoint.cpp
b/tools/bugpoint/bugpoint.cpp
index 236467550407a7b8adbda997da56b7b21f40be6f..587077eb7033852e0bff7396bf25cdd0352f839a 100644
(file)
--- 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);