Comment edit.
authorAndrew Trick <atrick@apple.com>
Sat, 23 Apr 2011 03:27:19 +0000 (03:27 +0000)
committerAndrew Trick <atrick@apple.com>
Sat, 23 Apr 2011 03:27:19 +0000 (03:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130047 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.pod

index 632a2b3a9eb2c5447fc36310dbc275cb8b871323..31db62fe2d6b13292bc3fd49c87ece94f11f4520 100644 (file)
@@ -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