summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-04-23 03:27:19 +0000
committerAndrew Trick <atrick@apple.com>2011-04-23 03:27:19 +0000
commit3260c9df4eaefa03bf9d4d9cf8ec593951d8fbab (patch)
treeaa76a92a4f84e292970dd0478f33e25a8f8fd44a /llvm/docs/CommandGuide
parent1a1f8d46408f84e6b73a5859a50ffee05314d182 (diff)
downloadbcm5719-llvm-3260c9df4eaefa03bf9d4d9cf8ec593951d8fbab.tar.gz
bcm5719-llvm-3260c9df4eaefa03bf9d4d9cf8ec593951d8fbab.zip
Comment edit.
llvm-svn: 130047
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/bugpoint.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod
index 632a2b3a9eb..31db62fe2d6 100644
--- a/llvm/docs/CommandGuide/bugpoint.pod
+++ b/llvm/docs/CommandGuide/bugpoint.pod
@@ -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
OpenPOWER on IntegriCloud