1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Comment edit.

llvm-svn: 130047
This commit is contained in:
Andrew Trick 2011-04-23 03:27:19 +00:00
parent 31c7962ce5
commit db92825944

View 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