summaryrefslogtreecommitdiff
path: root/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
commit1611bcd6acd685052eae9927f3ffbbfc917f1233 (patch)
treeeaf0494bc9e44e3e11e12fbee1fe8b41303327dd /docs/CommandGuide
parent5adfba283dc0795ba005545ce38fa5b0ada14511 (diff)
downloadllvm-1611bcd6acd685052eae9927f3ffbbfc917f1233.tar.gz
llvm-1611bcd6acd685052eae9927f3ffbbfc917f1233.tar.bz2
llvm-1611bcd6acd685052eae9927f3ffbbfc917f1233.tar.xz
Comment edit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/bugpoint.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod
index 632a2b3a9e..31db62fe2d 100644
--- a/docs/CommandGuide/bugpoint.pod
+++ b/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