[llvm-commits] [llvm] r130047 - /llvm/trunk/docs/CommandGuide/bugpoint.pod

Andrew Trick atrick at apple.com
Fri Apr 22 20:27:19 PDT 2011


Author: atrick
Date: Fri Apr 22 22:27:19 2011
New Revision: 130047

URL: http://llvm.org/viewvc/llvm-project?rev=130047&view=rev
Log:
Comment edit.

Modified:
    llvm/trunk/docs/CommandGuide/bugpoint.pod

Modified: llvm/trunk/docs/CommandGuide/bugpoint.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/bugpoint.pod?rev=130047&r1=130046&r2=130047&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/bugpoint.pod (original)
+++ llvm/trunk/docs/CommandGuide/bugpoint.pod Fri Apr 22 22:27:19 2011
@@ -153,8 +153,9 @@
 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
 





More information about the llvm-commits mailing list