mention bless

This commit is contained in:
Mark Mansi 2018-06-08 20:32:04 -05:00
parent 659bde0203
commit 269dabd291
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,8 @@ source.
lint/warning is generated. Then, it applies the suggestion and
compares against `.fixed` (they must match). Finally, the fixed
source is compiled, and this compilation is required to succeed.
The `.fixed` file can also be generated automatically with the
`--bless` option, discussed [below](#bless).
* `min-{gdb,lldb}-version`
* `min-llvm-version`
* `compile-pass` for UI tests, indicates that the test is
@ -270,6 +272,8 @@ you can even run the resulting program. Just add one of the following
- `// run-pass` -- compilation should succeed and we should run the
resulting binary
<a name="bless"></a>
### Editing and updating the reference files
If you have changed the compiler's output intentionally, or you are