Skip to content

Commit

Permalink
Comment edit.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130047 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atrick committed Apr 23, 2011
1 parent 5adfba2 commit 1611bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CommandGuide/bugpoint.pod
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ This option defines the command to use with the B<--compile-custom>
option to compile the bitcode testcase. This can be useful for
testing compiler output without running any link or execute stages. To
generate a reduced unit test, you may add CHECK directives to the
testcase and pass the name of a compile-command script in this form:
testcase and pass the name of an executable compile-command script in this form:

#!/bin/sh
llc "$@"
not FileCheck [bugpoint input file].ll < bugpoint-test-program.s

Expand Down

0 comments on commit 1611bcd

Please sign in to comment.